Last Version

Maven Archetypes for JavaFX with NetBeans 0.0.4

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

License

License

Categories

Categories

NetBeans Development Tools IDE Maven Build Tools Net JavaFX User Interface
GroupId

GroupId

com.raelity.jfx
ArtifactId

ArtifactId

javafx-maven-archetypes-netbeans
Version

Version

0.0.4
Type

Type

pom
Description

Description

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

Project URL

https://netbeans.apache.org
Project Organization

Project Organization

Raelity
Source Code Management

Source Code Management

https://github.com/errael/javafx-maven-archetypes-netbeans

Download javafx-maven-archetypes-netbeans 0.0.4


<!-- https://jarcasting.com/artifacts/com.raelity.jfx/javafx-maven-archetypes-netbeans/ -->
<dependency>
    <groupId>com.raelity.jfx</groupId>
    <artifactId>javafx-maven-archetypes-netbeans</artifactId>
    <version>0.0.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.raelity.jfx/javafx-maven-archetypes-netbeans/
implementation 'com.raelity.jfx:javafx-maven-archetypes-netbeans:0.0.4'
// https://jarcasting.com/artifacts/com.raelity.jfx/javafx-maven-archetypes-netbeans/
implementation ("com.raelity.jfx:javafx-maven-archetypes-netbeans:0.0.4")
'com.raelity.jfx:javafx-maven-archetypes-netbeans:pom:0.0.4'
<dependency org="com.raelity.jfx" name="javafx-maven-archetypes-netbeans" rev="0.0.4">
  <artifact name="javafx-maven-archetypes-netbeans" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.raelity.jfx', module='javafx-maven-archetypes-netbeans', version='0.0.4')
)
libraryDependencies += "com.raelity.jfx" % "javafx-maven-archetypes-netbeans" % "0.0.4"
[com.raelity.jfx/javafx-maven-archetypes-netbeans "0.0.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • javafx-archetype-simple-netbeans
  • javafx-archetype-fxml-netbeans