is not current version
Last Version 1.3.6

org.commonjava.redhat:pom-version-manipulator 1.3.5

Tool used to standardize dependency, plugin, and parent versions to a single set of reference POMs...along with other, related standardizations.

GroupId

GroupId

org.commonjava.redhat
ArtifactId

ArtifactId

pom-version-manipulator
Version

Version

1.3.5
Type

Type

jar

Download pom-version-manipulator 1.3.5


<!-- https://jarcasting.com/artifacts/org.commonjava.redhat/pom-version-manipulator/ -->
<dependency>
    <groupId>org.commonjava.redhat</groupId>
    <artifactId>pom-version-manipulator</artifactId>
    <version>1.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.commonjava.redhat/pom-version-manipulator/
implementation 'org.commonjava.redhat:pom-version-manipulator:1.3.5'
// https://jarcasting.com/artifacts/org.commonjava.redhat/pom-version-manipulator/
implementation ("org.commonjava.redhat:pom-version-manipulator:1.3.5")
'org.commonjava.redhat:pom-version-manipulator:jar:1.3.5'
<dependency org="org.commonjava.redhat" name="pom-version-manipulator" rev="1.3.5">
  <artifact name="pom-version-manipulator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.commonjava.redhat', module='pom-version-manipulator', version='1.3.5')
)
libraryDependencies += "org.commonjava.redhat" % "pom-version-manipulator" % "1.3.5"
[org.commonjava.redhat/pom-version-manipulator "1.3.5"]