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