License |
License |
---|---|
Categories |
CategoriesNetBeans Development Tools IDE Maven Build Tools Net JavaFX User Interface |
GroupId | GroupIdcom.raelity.jfx |
ArtifactId | ArtifactIdjavafx-maven-archetypes-netbeans |
Version | Version0.0.4 |
Type | Typepom |
Description |
DescriptionMaven Archetypes for JavaFX with NetBeans
Maven archetypes for creating different types of JavaFX application with NetBeans.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationRaelity |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
javafx-maven-archetypes-netbeans-0.0.4.pom | 4 KB |
Browse |
<!-- 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"]