is not current version
Last Version 1.2

com.zenjava:javafx-deploy-lib 1.0

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.

Categories

Categories

JavaFX User Interface
GroupId

GroupId

com.zenjava
ArtifactId

ArtifactId

javafx-deploy-lib
Version

Version

1.0
Type

Type

jar

Download javafx-deploy-lib 1.0


<!-- https://jarcasting.com/artifacts/com.zenjava/javafx-deploy-lib/ -->
<dependency>
    <groupId>com.zenjava</groupId>
    <artifactId>javafx-deploy-lib</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zenjava/javafx-deploy-lib/
implementation 'com.zenjava:javafx-deploy-lib:1.0'
// https://jarcasting.com/artifacts/com.zenjava/javafx-deploy-lib/
implementation ("com.zenjava:javafx-deploy-lib:1.0")
'com.zenjava:javafx-deploy-lib:jar:1.0'
<dependency org="com.zenjava" name="javafx-deploy-lib" rev="1.0">
  <artifact name="javafx-deploy-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zenjava', module='javafx-deploy-lib', version='1.0')
)
libraryDependencies += "com.zenjava" % "javafx-deploy-lib" % "1.0"
[com.zenjava/javafx-deploy-lib "1.0"]