Download javafx-deploy-lib-1.2.jar file - Jar j

Jar examples for j:javafx-deploy-lib

Description

The JavaFX Deploy Lib provides a core functionality for assembling JavaFX applications. It is build-tool independent and is intended to be used as a base to build plugins for Maven, Gradle and other third party tools. It is a direct replacement for the 'JavaFX packaging' library that comes with the JDK but without the limitations that come from being bundled in the JDK.

You can download jar file javafx-deploy-lib 1.2 in this page.

License

GNU General Public License (GPL)

Build File

You can use the following script to add javafx-deploy-lib-1.2.jar to your project.

<dependency>
   <groupId>com.zenjava</groupId>
   <artifactId>javafx-deploy-lib</artifactId>
   <version>1.2</version>
</dependency>
compile group: 'com.zenjava', name: 'javafx-deploy-lib', version: '1.2'
libraryDependencies += "com.zenjava" % "javafx-deploy-lib" % "1.2"
<dependency org="com.zenjava" name="javafx-deploy-lib" rev="1.2"/>
@Grapes(@Grab(group='com.zenjava', module='javafx-deploy-lib', version='1.2'))
'com.zenjava:javafx-deploy-lib:jar:1.2'

Download

Click the following link to download the jar file.

javafx-deploy-lib-1.2-javadoc.jar
javafx-deploy-lib-1.2-sources.jar
javafx-deploy-lib-1.2.jar
javafx-deploy-lib-1.2.pom



Related Tutorials