Skip to content

Add FXForm2 to your project dependencies

Antoine Mischler edited this page Apr 22, 2024 · 47 revisions

maven

The FXForm2 library is available in the Maven Central.

<dependency>
    <groupId>com.dooapp.fxform2</groupId>
    <artifactId>core</artifactId>
    <version>11.0.0</version> <!-- Note: For JavaFX 8, use 8.2.11 -->
</dependency>

others

Download the latest version of the core library and add it manually to your project dependencies.

To enable bean validation, FXForm2 requires some external libs that you will also have to add to your classpath: