JavaFX Utilities Library, version 1.0.0-SNAPSHOT - Library containing JavaFX-specific code.
Created by Luis de la Garza ([email protected]).
The purpose of this library is to be able to isolate JavaFX code since JavaFX is a system dependency outside the scope of Maven. Using JavaFX in Travis the easy way means to use Oracle's JDK and we are using OpenJDK.
There is an issue about that already.
This is a library and the most common way to use this library in particular is by including it in your pom.xml as a dependency. If you are using our parent poms you do not need to specify a version to include this dependency.
<dependency>
<groupId>life.qbic</groupId>
<artifactId>javafx-utils-lib</artifactId>
</dependency>