MVN

com.raelity.jfx : javafx-maven-archetypes

Maven & Gradle

Feb 25, 2020
0 stars

Maven Archetypes for JavaFX with NetBeans · Maven archetypes for creating different types of JavaFX application with NetBeans.

<dependency>
    <groupId>com.raelity.jfx</groupId>
    <artifactId>javafx-maven-archetypes</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.raelity.jfx : javafx-maven-archetypes to add to Maven - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of com.raelity.jfx : javafx-maven-archetypes to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
javafx-maven-archetypes-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.raelity.jfx</groupId>
    <artifactId>javafx-maven-archetypes</artifactId>
    <version>0.0.1</version>
</dependency>