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
文件下载
文件名 操作
pom-version-manipulator-1.3.4.jar 下载
pom-version-manipulator-1.3.4.pom 下载
pom-version-manipulator-1.3.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.commonjava.redhat</groupId>
  <artifactId>pom-version-manipulator</artifactId>
  <version>1.3.4</version>
</dependency>
Gradle Groovy
implementation 'org.commonjava.redhat:pom-version-manipulator:1.3.4'
Gradle Kotlin
implementation("org.commonjava.redhat:pom-version-manipulator:1.3.4")
Scala SBT
libraryDependencies += "org.commonjava.redhat" % "pom-version-manipulator" % "1.3.4"
Groovy Grape
@Grapes(
  @Grab(group='org.commonjava.redhat', module='pom-version-manipulator', version='1.3.4')
)
Apache Ivy
<dependency org="org.commonjava.redhat" name="pom-version-manipulator" rev="1.3.4" />
Leiningen
[org.commonjava.redhat/pom-version-manipulator "1.3.4"]
Apache Buildr
'org.commonjava.redhat:pom-version-manipulator:jar:1.3.4'