Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.commonjava.maven.ext |
ArtifactId | ArtifactIdpom-manipulation-ext |
Version | Version4.2 |
Type | Typejar |
Filename | Size |
---|---|
pom-manipulation-ext-4.2.pom | |
pom-manipulation-ext-4.2.jar | 17 MB |
pom-manipulation-ext-4.2-sources.jar | 6 KB |
pom-manipulation-ext-4.2-javadoc.jar | 399 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.commonjava.maven.ext/pom-manipulation-ext/ -->
<dependency>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-ext</artifactId>
<version>4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.commonjava.maven.ext/pom-manipulation-ext/
implementation 'org.commonjava.maven.ext:pom-manipulation-ext:4.2'
// https://jarcasting.com/artifacts/org.commonjava.maven.ext/pom-manipulation-ext/
implementation ("org.commonjava.maven.ext:pom-manipulation-ext:4.2")
'org.commonjava.maven.ext:pom-manipulation-ext:jar:4.2'
<dependency org="org.commonjava.maven.ext" name="pom-manipulation-ext" rev="4.2">
<artifact name="pom-manipulation-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.commonjava.maven.ext', module='pom-manipulation-ext', version='4.2')
)
libraryDependencies += "org.commonjava.maven.ext" % "pom-manipulation-ext" % "4.2"
[org.commonjava.maven.ext/pom-manipulation-ext "4.2"]