is not current version
Last Version 4.8

org.commonjava.maven.ext:pom-manipulation-parent 3.4

Manipulation Tool (available as library, extension and CLI) for Apache Maven that allows pre-processing of Maven pom.xml's.

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.commonjava.maven.ext
ArtifactId

ArtifactId

pom-manipulation-parent
Version

Version

3.4
Type

Type

pom

Download pom-manipulation-parent 3.4


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