License |
License
APLv2.0
|
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.commonjava.maven.ext |
ArtifactId | ArtifactIdpom-manipulation-integration-test |
Version | Version4.5 |
Type | Typejar |
Description |
DescriptionPOM Manipulation Integration Tests
Manipulation Tool (available as library, extension and CLI) for Apache Maven that allows pre-processing of Maven pom.xml's.
|
<!-- https://jarcasting.com/artifacts/org.commonjava.maven.ext/pom-manipulation-integration-test/ -->
<dependency>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-integration-test</artifactId>
<version>4.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.commonjava.maven.ext/pom-manipulation-integration-test/
implementation 'org.commonjava.maven.ext:pom-manipulation-integration-test:4.5'
// https://jarcasting.com/artifacts/org.commonjava.maven.ext/pom-manipulation-integration-test/
implementation ("org.commonjava.maven.ext:pom-manipulation-integration-test:4.5")
'org.commonjava.maven.ext:pom-manipulation-integration-test:jar:4.5'
<dependency org="org.commonjava.maven.ext" name="pom-manipulation-integration-test" rev="4.5">
<artifact name="pom-manipulation-integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.commonjava.maven.ext', module='pom-manipulation-integration-test', version='4.5')
)
libraryDependencies += "org.commonjava.maven.ext" % "pom-manipulation-integration-test" % "4.5"
[org.commonjava.maven.ext/pom-manipulation-integration-test "4.5"]
Group / Artifact | Type | Version |
---|---|---|
org.commonjava.maven.ext : pom-manipulation-core | jar | 4.5 |
org.commonjava.maven.ext : pom-manipulation-common | jar | 4.5 |
org.commonjava.maven.ext : pom-manipulation-cli | jar | 4.5 |
commons-lang : commons-lang | jar | 2.6 |
org.codehaus.groovy : groovy-json | jar | 3.0.7 |
org.codehaus.groovy : groovy | jar | 3.0.7 |
org.slf4j : slf4j-api | jar | 1.7.30 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
ch.qos.logback : logback-core | jar | 1.2.3 |
com.google.inject : guice | jar | 4.0 |
Group / Artifact | Type | Version |
---|---|---|
org.commonjava.maven.ext : pom-manipulation-io | test-jar | 4.5 |
junit : junit | jar | 4.13.2 |
org.codehaus.groovy : groovy-xml | jar | 3.0.7 |
org.apache.maven : apache-maven | zip | 3.5.0 |
org.eclipse.jetty : jetty-server | jar | 9.4.42.v20210604 |