is not current version
Last Version 1.3.6

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

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.2.2
Type

Type

jar

Download pom-version-manipulator 1.2.2


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