не последняя версия
Последняя версия 4.8

org.commonjava.maven.ext:pom-manipulation-ext 0.11

lib/ext-style extension for Apache Maven that allows pre-processing of Maven pom.xml's.

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

org.commonjava.maven.ext
Идентификатор

Идентификатор

pom-manipulation-ext
Версия

Версия

0.11
Тип

Тип

jar

Скачать pom-manipulation-ext 0.11


<!-- 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"]