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