License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.gluonhq |
ArtifactId | ArtifactIdgluonfx-archetype-java |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple Java Application Archetype
Maven archetypes for creating different types of GluonFX applications.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.gluonhq/gluonfx-archetype-java/ -->
<dependency>
<groupId>com.gluonhq</groupId>
<artifactId>gluonfx-archetype-java</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gluonhq/gluonfx-archetype-java/
implementation 'com.gluonhq:gluonfx-archetype-java:0.0.3'
// https://jarcasting.com/artifacts/com.gluonhq/gluonfx-archetype-java/
implementation ("com.gluonhq:gluonfx-archetype-java:0.0.3")
'com.gluonhq:gluonfx-archetype-java:jar:0.0.3'
<dependency org="com.gluonhq" name="gluonfx-archetype-java" rev="0.0.3">
<artifact name="gluonfx-archetype-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gluonhq', module='gluonfx-archetype-java', version='0.0.3')
)
libraryDependencies += "com.gluonhq" % "gluonfx-archetype-java" % "0.0.3"
[com.gluonhq/gluonfx-archetype-java "0.0.3"]