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