Categories |
CategoriesJava Languages Net |
---|---|
GroupId | GroupIdnet.java.trueupdate |
ArtifactId | ArtifactIdtrueupdate-artifact |
Version | Version0.6 |
Type | Typepom |
Filename | Size |
---|---|
trueupdate-artifact-0.6.pom | 926 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.java.trueupdate/trueupdate-artifact/ -->
<dependency>
<groupId>net.java.trueupdate</groupId>
<artifactId>trueupdate-artifact</artifactId>
<version>0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.java.trueupdate/trueupdate-artifact/
implementation 'net.java.trueupdate:trueupdate-artifact:0.6'
// https://jarcasting.com/artifacts/net.java.trueupdate/trueupdate-artifact/
implementation ("net.java.trueupdate:trueupdate-artifact:0.6")
'net.java.trueupdate:trueupdate-artifact:pom:0.6'
<dependency org="net.java.trueupdate" name="trueupdate-artifact" rev="0.6">
<artifact name="trueupdate-artifact" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.java.trueupdate', module='trueupdate-artifact', version='0.6')
)
libraryDependencies += "net.java.trueupdate" % "trueupdate-artifact" % "0.6"
[net.java.trueupdate/trueupdate-artifact "0.6"]