MVN

org.commonjava.redhat : pom-version-manipulator

Maven & Gradle

Oct 18, 2013
2 stars

POM Artifact-Version Manipulator · Tool used to standardize dependency, plugin, and parent versions to a single set of reference POMs...along with other, related standardizations.

<dependency>
    <groupId>org.commonjava.redhat</groupId>
    <artifactId>pom-version-manipulator</artifactId>
    <version>1.3.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.commonjava.redhat : pom-version-manipulator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.6

All Versions

Choose a version of org.commonjava.redhat : pom-version-manipulator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
pom-version-manipulator-1.3.6
pom-version-manipulator-1.3.5
pom-version-manipulator-1.3.4
pom-version-manipulator-1.3.3
pom-version-manipulator-1.3.1
pom-version-manipulator-1.3.0
1.2.x
pom-version-manipulator-1.2.4
pom-version-manipulator-1.2.3
pom-version-manipulator-1.2.2
pom-version-manipulator-1.2.1
pom-version-manipulator-1.2.0
1.1.x
pom-version-manipulator-1.1.1
pom-version-manipulator-1.1.0
1.0.x
pom-version-manipulator-1.0.9
pom-version-manipulator-1.0.8
pom-version-manipulator-1.0.7
pom-version-manipulator-1.0.6
pom-version-manipulator-1.0.5
pom-version-manipulator-1.0.4
pom-version-manipulator-1.0.3
pom-version-manipulator-1.0.2
pom-version-manipulator-1.0.1

How to add a dependency to Maven

Add the following org.commonjava.redhat : pom-version-manipulator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.commonjava.redhat</groupId>
    <artifactId>pom-version-manipulator</artifactId>
    <version>1.3.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.commonjava.redhat : pom-version-manipulator gradle dependency to your build.gradle file:

implementation 'org.commonjava.redhat:pom-version-manipulator:1.3.6'

Gradle Kotlin DSL: Add the following org.commonjava.redhat : pom-version-manipulator gradle kotlin dependency to your build.gradle.kts file:

implementation("org.commonjava.redhat:pom-version-manipulator:1.3.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.commonjava.redhat : pom-version-manipulator sbt scala dependency to your build.sbt file:

libraryDependencies += "org.commonjava.redhat" % "pom-version-manipulator" % "1.3.6"