Last Version

JavaFX Deploy Library 1.2

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.

License

License

Categories

Categories

JavaFX User Interface
GroupId

GroupId

com.zenjava
ArtifactId

ArtifactId

javafx-deploy-lib
Version

Version

1.2
Type

Type

jar
Description

Description

JavaFX Deploy Library
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.
Project URL

Project URL

https://github.com/zonski/javafx-deploy-lib
Source Code Management

Source Code Management

https://github.com/zonski/javafx-deploy-lib.git

Download javafx-deploy-lib 1.2


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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.velocity : velocity jar 1.7

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
junit-addons : junit-addons jar 1.4

Project Modules

There are no modules declared in this project.