Skip to content

Instantly share code, notes, and snippets.

@lrdevries
Created February 1, 2016 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lrdevries/b8ea2d5ac8cc1b7e87a1 to your computer and use it in GitHub Desktop.
Save lrdevries/b8ea2d5ac8cc1b7e87a1 to your computer and use it in GitHub Desktop.
<dependency>
<groupId>com.ui4j</groupId>
<artifactId>ui4j-all</artifactId>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>com.oracle</groupId>
<artifactId>javafx</artifactId>
<version>2.2.3</version>
<scope>runtime</scope>
<systemPath>${java.home}/lib/ext/jfxrt.jar</systemPath>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment