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