Jar examples for j:javafx-maven-plugin
The JavaFX Maven Plugin provides a way to to assemble distributable bundles for JavaFX applications from within Maven. It provides a wrapper around the JavaFX packaging tools which are provided as part of the JavaFX installation.
You can download jar file javafx-maven-plugin 8.1.2 in this page.
The Apache Software License, Version 2.0
You can use the following script to add javafx-maven-plugin-8.1.2.jar to your project.
<dependency> <groupId>com.zenjava</groupId> <artifactId>javafx-maven-plugin</artifactId> <version>8.1.2</version> </dependency>
compile group: 'com.zenjava', name: 'javafx-maven-plugin', version: '8.1.2'
libraryDependencies += "com.zenjava" % "javafx-maven-plugin" % "8.1.2"
<dependency org="com.zenjava" name="javafx-maven-plugin" rev="8.1.2"/>
@Grapes(@Grab(group='com.zenjava', module='javafx-maven-plugin', version='8.1.2'))
'com.zenjava:javafx-maven-plugin:jar:8.1.2'
Click the following link to download the jar file.
javafx-maven-plugin-8.1.2.jar