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