MVN

com.gluonhq : gluonfx-maven-plugin

Maven & Gradle

Jun 26, 2023
181 stars

GluonFX plugin for Maven · GluonFX plugin allows to run JavaFX application on the JVM or to create their native images.

<plugin>
    <groupId>com.gluonhq</groupId>
    <artifactId>gluonfx-maven-plugin</artifactId>
    <version>1.0.19</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gluonhq : gluonfx-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.19

All Versions

Choose a version of com.gluonhq : gluonfx-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
gluonfx-maven-plugin-1.0.19
gluonfx-maven-plugin-1.0.18
gluonfx-maven-plugin-1.0.17
gluonfx-maven-plugin-1.0.16
gluonfx-maven-plugin-1.0.15
gluonfx-maven-plugin-1.0.14
gluonfx-maven-plugin-1.0.13
gluonfx-maven-plugin-1.0.12
gluonfx-maven-plugin-1.0.11
gluonfx-maven-plugin-1.0.10
gluonfx-maven-plugin-1.0.9
gluonfx-maven-plugin-1.0.8
gluonfx-maven-plugin-1.0.7
gluonfx-maven-plugin-1.0.6
gluonfx-maven-plugin-1.0.5
gluonfx-maven-plugin-1.0.4
gluonfx-maven-plugin-1.0.3
gluonfx-maven-plugin-1.0.2
gluonfx-maven-plugin-1.0.1
gluonfx-maven-plugin-1.0.0
0.9.x
gluonfx-maven-plugin-0.9.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.gluonhq</groupId>
    <artifactId>gluonfx-maven-plugin</artifactId>
    <version>1.0.19</version>
</plugin>