is not current version
Last Version 0.8.1

net.java.trueupdate:trueupdate-artifact-maven 0.4

Provides an artifact resolver which is based on a local Maven repository and some optional remote Maven repositories.

Categories

Categories

Java Languages Maven Build Tools Net
GroupId

GroupId

net.java.trueupdate
ArtifactId

ArtifactId

trueupdate-artifact-maven
Version

Version

0.4
Type

Type

jar

Download trueupdate-artifact-maven 0.4


<!-- https://jarcasting.com/artifacts/net.java.trueupdate/trueupdate-artifact-maven/ -->
<dependency>
    <groupId>net.java.trueupdate</groupId>
    <artifactId>trueupdate-artifact-maven</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.trueupdate/trueupdate-artifact-maven/
implementation 'net.java.trueupdate:trueupdate-artifact-maven:0.4'
// https://jarcasting.com/artifacts/net.java.trueupdate/trueupdate-artifact-maven/
implementation ("net.java.trueupdate:trueupdate-artifact-maven:0.4")
'net.java.trueupdate:trueupdate-artifact-maven:jar:0.4'
<dependency org="net.java.trueupdate" name="trueupdate-artifact-maven" rev="0.4">
  <artifact name="trueupdate-artifact-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.trueupdate', module='trueupdate-artifact-maven', version='0.4')
)
libraryDependencies += "net.java.trueupdate" % "trueupdate-artifact-maven" % "0.4"
[net.java.trueupdate/trueupdate-artifact-maven "0.4"]