p

pom-version-manipulator

Tool used to standardize dependency, plugin, and parent versions to a single set of reference POMs...along with other, related standardizations.
GNU General Public License v3
John Casey
Files download
File Operation
pom-version-manipulator-1.3.6.jar download
pom-version-manipulator-1.3.6.pom download
pom-version-manipulator-1.3.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.commonjava.redhat</groupId>
  <artifactId>pom-version-manipulator</artifactId>
  <version>1.3.6</version>
</dependency>
Gradle Groovy
implementation 'org.commonjava.redhat:pom-version-manipulator:1.3.6'
Gradle Kotlin
implementation("org.commonjava.redhat:pom-version-manipulator:1.3.6")
Scala SBT
libraryDependencies += "org.commonjava.redhat" % "pom-version-manipulator" % "1.3.6"
Groovy Grape
@Grapes(
  @Grab(group='org.commonjava.redhat', module='pom-version-manipulator', version='1.3.6')
)
Apache Ivy
<dependency org="org.commonjava.redhat" name="pom-version-manipulator" rev="1.3.6" />
Leiningen
[org.commonjava.redhat/pom-version-manipulator "1.3.6"]
Apache Buildr
'org.commonjava.redhat:pom-version-manipulator:jar:1.3.6'