Files download
File Operation
pom-version-manipulator-1.0.5.jar download
pom-version-manipulator-1.0.5.pom download
pom-version-manipulator-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.commonjava.redhat</groupId>
  <artifactId>pom-version-manipulator</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'org.commonjava.redhat:pom-version-manipulator:1.0.5'
Gradle Kotlin
implementation("org.commonjava.redhat:pom-version-manipulator:1.0.5")
Scala SBT
libraryDependencies += "org.commonjava.redhat" % "pom-version-manipulator" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='org.commonjava.redhat', module='pom-version-manipulator', version='1.0.5')
)
Apache Ivy
<dependency org="org.commonjava.redhat" name="pom-version-manipulator" rev="1.0.5" />
Leiningen
[org.commonjava.redhat/pom-version-manipulator "1.0.5"]
Apache Buildr
'org.commonjava.redhat:pom-version-manipulator:jar:1.0.5'