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