Categories |
CategoriesJava Languages Net |
---|---|
GroupId | GroupIdnet.java.trueupdate |
ArtifactId | ArtifactIdtrueupdate-artifact |
Version | Version0.4 |
Type | Typepom |
Filename | Size |
---|---|
trueupdate-artifact-0.4.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.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.java.trueupdate/trueupdate-artifact/
implementation 'net.java.trueupdate:trueupdate-artifact:0.4'
// https://jarcasting.com/artifacts/net.java.trueupdate/trueupdate-artifact/
implementation ("net.java.trueupdate:trueupdate-artifact:0.4")
'net.java.trueupdate:trueupdate-artifact:pom:0.4'
<dependency org="net.java.trueupdate" name="trueupdate-artifact" rev="0.4">
<artifact name="trueupdate-artifact" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.java.trueupdate', module='trueupdate-artifact', version='0.4')
)
libraryDependencies += "net.java.trueupdate" % "trueupdate-artifact" % "0.4"
[net.java.trueupdate/trueupdate-artifact "0.4"]