GroupId | GroupIdorg.commonjava.redhat |
---|---|
ArtifactId | ArtifactIdpom-version-manipulator |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.commonjava.redhat/pom-version-manipulator/ -->
<dependency>
<groupId>org.commonjava.redhat</groupId>
<artifactId>pom-version-manipulator</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.commonjava.redhat/pom-version-manipulator/
implementation 'org.commonjava.redhat:pom-version-manipulator:1.0.2'
// https://jarcasting.com/artifacts/org.commonjava.redhat/pom-version-manipulator/
implementation ("org.commonjava.redhat:pom-version-manipulator:1.0.2")
'org.commonjava.redhat:pom-version-manipulator:jar:1.0.2'
<dependency org="org.commonjava.redhat" name="pom-version-manipulator" rev="1.0.2">
<artifact name="pom-version-manipulator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.commonjava.redhat', module='pom-version-manipulator', version='1.0.2')
)
libraryDependencies += "org.commonjava.redhat" % "pom-version-manipulator" % "1.0.2"
[org.commonjava.redhat/pom-version-manipulator "1.0.2"]