| License | License | 
|---|---|
| Categories | CategoriesNetBeans Development Tools IDE Net JavaFX User Interface | 
| GroupId | GroupIdcom.raelity.jfx | 
| ArtifactId | ArtifactIdjavafx-archetype-simple-netbeans | 
| Last Version | Last Version0.0.4 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSimple JavaFX Maven Archetype for NetBeans Maven archetypes for creating different types of JavaFX application with NetBeans. | 
| Project Organization | Project OrganizationRaelity | 
<!-- https://jarcasting.com/artifacts/com.raelity.jfx/javafx-archetype-simple-netbeans/ -->
<dependency>
    <groupId>com.raelity.jfx</groupId>
    <artifactId>javafx-archetype-simple-netbeans</artifactId>
    <version>0.0.4</version>
</dependency>// https://jarcasting.com/artifacts/com.raelity.jfx/javafx-archetype-simple-netbeans/
implementation 'com.raelity.jfx:javafx-archetype-simple-netbeans:0.0.4'// https://jarcasting.com/artifacts/com.raelity.jfx/javafx-archetype-simple-netbeans/
implementation ("com.raelity.jfx:javafx-archetype-simple-netbeans:0.0.4")'com.raelity.jfx:javafx-archetype-simple-netbeans:jar:0.0.4'<dependency org="com.raelity.jfx" name="javafx-archetype-simple-netbeans" rev="0.0.4">
  <artifact name="javafx-archetype-simple-netbeans" type="jar" />
</dependency>@Grapes(
@Grab(group='com.raelity.jfx', module='javafx-archetype-simple-netbeans', version='0.0.4')
)libraryDependencies += "com.raelity.jfx" % "javafx-archetype-simple-netbeans" % "0.0.4"[com.raelity.jfx/javafx-archetype-simple-netbeans "0.0.4"]