is not current version
Last Version 0.0.2

com.gluonhq:client-maven-archetypes 0.0.1

Maven archetypes for creating different types of Gluon Client applications.

Categories

Categories

Maven Build Tools CLI User Interface
GroupId

GroupId

com.gluonhq
ArtifactId

ArtifactId

client-maven-archetypes
Version

Version

0.0.1
Type

Type

pom

Download client-maven-archetypes 0.0.1


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