Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.commonjava.maven.ext |
ArtifactId | ArtifactIdpom-manipulation-ext |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
pom-manipulation-ext-2.0.pom | |
pom-manipulation-ext-2.0.jar | 10 MB |
pom-manipulation-ext-2.0-sources.jar | 3 KB |
pom-manipulation-ext-2.0-javadoc.jar | 28 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>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.commonjava.maven.ext/pom-manipulation-ext/
implementation 'org.commonjava.maven.ext:pom-manipulation-ext:2.0'
// https://jarcasting.com/artifacts/org.commonjava.maven.ext/pom-manipulation-ext/
implementation ("org.commonjava.maven.ext:pom-manipulation-ext:2.0")
'org.commonjava.maven.ext:pom-manipulation-ext:jar:2.0'
<dependency org="org.commonjava.maven.ext" name="pom-manipulation-ext" rev="2.0">
<artifact name="pom-manipulation-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.commonjava.maven.ext', module='pom-manipulation-ext', version='2.0')
)
libraryDependencies += "org.commonjava.maven.ext" % "pom-manipulation-ext" % "2.0"
[org.commonjava.maven.ext/pom-manipulation-ext "2.0"]