Skip to content

qbicsoftware/javafx-utils-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaFX Utilities Library

Build StatusCode Coverage

JavaFX Utilities Library, version 1.0.0-SNAPSHOT - Library containing JavaFX-specific code.

Author

Created by Luis de la Garza ([email protected]).

Description

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.

How to Install

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>

About

JavaFX-related utilities

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages