MVN

de.dynamicfiles.projects.gradle.plugins : javafx-gradle-plugin

Maven & Gradle

Feb 09, 2017
432 stars

javafx-gradle-plugin · The JavaFX Gradle Plugin provides a way to to assemble distributable bundles for JavaFX applications from within Gradle. It provides a wrapper around the JavaFX packaging tools which are provided as part of the JavaFX installation.

<dependency>
    <groupId>de.dynamicfiles.projects.gradle.plugins</groupId>
    <artifactId>javafx-gradle-plugin</artifactId>
    <version>8.8.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.dynamicfiles.projects.gradle.plugins : javafx-gradle-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.8.2

All Versions

Choose a version of de.dynamicfiles.projects.gradle.plugins : javafx-gradle-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.8.x
javafx-gradle-plugin-8.8.2
javafx-gradle-plugin-8.8.1
javafx-gradle-plugin-8.8.0
8.7.x
javafx-gradle-plugin-8.7.0
8.6.x
javafx-gradle-plugin-8.6.0
8.5.x
javafx-gradle-plugin-8.5.2
javafx-gradle-plugin-8.5.1
8.4.x
javafx-gradle-plugin-8.4.1
javafx-gradle-plugin-8.4.0
1.3
javafx-gradle-plugin-1.3
1.2
javafx-gradle-plugin-1.2
1.1
javafx-gradle-plugin-1.1
1.0
javafx-gradle-plugin-1.0

How to add a dependency to Maven

Add the following de.dynamicfiles.projects.gradle.plugins : javafx-gradle-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.dynamicfiles.projects.gradle.plugins</groupId>
    <artifactId>javafx-gradle-plugin</artifactId>
    <version>8.8.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.dynamicfiles.projects.gradle.plugins : javafx-gradle-plugin gradle dependency to your build.gradle file:

implementation 'de.dynamicfiles.projects.gradle.plugins:javafx-gradle-plugin:8.8.2'

Gradle Kotlin DSL: Add the following de.dynamicfiles.projects.gradle.plugins : javafx-gradle-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("de.dynamicfiles.projects.gradle.plugins:javafx-gradle-plugin:8.8.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.dynamicfiles.projects.gradle.plugins : javafx-gradle-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "de.dynamicfiles.projects.gradle.plugins" % "javafx-gradle-plugin" % "8.8.2"

Advertisement