| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools CLI User Interface |
| GroupId | GroupIdcom.gluonhq |
| ArtifactId | ArtifactIdclient-maven-archetypes |
| Version | Version0.0.2 |
| Type | Typepom |
| Description |
DescriptionMaven Archetypes for Gluon Client
Maven archetypes for creating different types of Gluon Client applications.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| client-maven-archetypes-0.0.2.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gluonhq/client-maven-archetypes/ -->
<dependency>
<groupId>com.gluonhq</groupId>
<artifactId>client-maven-archetypes</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gluonhq/client-maven-archetypes/
implementation 'com.gluonhq:client-maven-archetypes:0.0.2'
// https://jarcasting.com/artifacts/com.gluonhq/client-maven-archetypes/
implementation ("com.gluonhq:client-maven-archetypes:0.0.2")
'com.gluonhq:client-maven-archetypes:pom:0.0.2'
<dependency org="com.gluonhq" name="client-maven-archetypes" rev="0.0.2">
<artifact name="client-maven-archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gluonhq', module='client-maven-archetypes', version='0.0.2')
)
libraryDependencies += "com.gluonhq" % "client-maven-archetypes" % "0.0.2"
[com.gluonhq/client-maven-archetypes "0.0.2"]