MVN

com.zenjava : javafx-deploy-lib

Maven & Gradle

Feb 14, 2013
1 usages
1 stars

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.

<dependency>
    <groupId>com.zenjava</groupId>
    <artifactId>javafx-deploy-lib</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zenjava : javafx-deploy-lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of com.zenjava : javafx-deploy-lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
javafx-deploy-lib-1.2
1.1
javafx-deploy-lib-1.1
1.0
javafx-deploy-lib-1.0

How to add a dependency to Maven

Add the following com.zenjava : javafx-deploy-lib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.zenjava</groupId>
    <artifactId>javafx-deploy-lib</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zenjava : javafx-deploy-lib gradle dependency to your build.gradle file:

implementation 'com.zenjava:javafx-deploy-lib:1.2'

Gradle Kotlin DSL: Add the following com.zenjava : javafx-deploy-lib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.zenjava:javafx-deploy-lib:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zenjava : javafx-deploy-lib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zenjava" % "javafx-deploy-lib" % "1.2"

Advertisement