License |
License
Commercial License
|
---|---|
Categories |
CategoriesJava Languages Net |
GroupId | GroupIdnet.java.trueupdate |
ArtifactId | ArtifactIdtrueupdate-archetype |
Last Version | Last Version0.8.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTrueUpdate Archetype
The parent POM for TrueUpdate Archetype modules.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
trueupdate-archetype-0.8.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.java.trueupdate/trueupdate-archetype/ -->
<dependency>
<groupId>net.java.trueupdate</groupId>
<artifactId>trueupdate-archetype</artifactId>
<version>0.8.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.java.trueupdate/trueupdate-archetype/
implementation 'net.java.trueupdate:trueupdate-archetype:0.8.1'
// https://jarcasting.com/artifacts/net.java.trueupdate/trueupdate-archetype/
implementation ("net.java.trueupdate:trueupdate-archetype:0.8.1")
'net.java.trueupdate:trueupdate-archetype:pom:0.8.1'
<dependency org="net.java.trueupdate" name="trueupdate-archetype" rev="0.8.1">
<artifact name="trueupdate-archetype" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.java.trueupdate', module='trueupdate-archetype', version='0.8.1')
)
libraryDependencies += "net.java.trueupdate" % "trueupdate-archetype" % "0.8.1"
[net.java.trueupdate/trueupdate-archetype "0.8.1"]