| Categories |
CategoriesMaven Build Tools |
|---|---|
| GroupId | GroupIdorg.commonjava.maven.ext |
| ArtifactId | ArtifactIdpom-manipulation-parent |
| Version | Version1.6 |
| Type | Typepom |
| Filename | Size |
|---|---|
| pom-manipulation-parent-1.6.pom | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.commonjava.maven.ext/pom-manipulation-parent/ -->
<dependency>
<groupId>org.commonjava.maven.ext</groupId>
<artifactId>pom-manipulation-parent</artifactId>
<version>1.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.commonjava.maven.ext/pom-manipulation-parent/
implementation 'org.commonjava.maven.ext:pom-manipulation-parent:1.6'
// https://jarcasting.com/artifacts/org.commonjava.maven.ext/pom-manipulation-parent/
implementation ("org.commonjava.maven.ext:pom-manipulation-parent:1.6")
'org.commonjava.maven.ext:pom-manipulation-parent:pom:1.6'
<dependency org="org.commonjava.maven.ext" name="pom-manipulation-parent" rev="1.6">
<artifact name="pom-manipulation-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.commonjava.maven.ext', module='pom-manipulation-parent', version='1.6')
)
libraryDependencies += "org.commonjava.maven.ext" % "pom-manipulation-parent" % "1.6"
[org.commonjava.maven.ext/pom-manipulation-parent "1.6"]