is not current version
Last Version 4.8

org.commonjava.maven.ext:pom-manipulation-ext 1.4

lib/ext-style extension 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-ext
Version

Version

1.4
Type

Type

jar

Download pom-manipulation-ext 1.4


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