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

org.commonjava.maven.ext:pom-manipulation-parent 2.3

Manipulation Tool (available as library, extension and CLI) for Apache Maven that allows pre-processing of Maven pom.xml's.

Категории

Категории

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

Группа

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

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

pom-manipulation-parent
Версия

Версия

2.3
Тип

Тип

pom

Скачать pom-manipulation-parent 2.3

Имя Файла Размер
pom-manipulation-parent-2.3.pom 18 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.commonjava.maven.ext/pom-manipulation-parent/ -->
<dependency>
    <groupId>org.commonjava.maven.ext</groupId>
    <artifactId>pom-manipulation-parent</artifactId>
    <version>2.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.commonjava.maven.ext/pom-manipulation-parent/
implementation 'org.commonjava.maven.ext:pom-manipulation-parent:2.3'
// https://jarcasting.com/artifacts/org.commonjava.maven.ext/pom-manipulation-parent/
implementation ("org.commonjava.maven.ext:pom-manipulation-parent:2.3")
'org.commonjava.maven.ext:pom-manipulation-parent:pom:2.3'
<dependency org="org.commonjava.maven.ext" name="pom-manipulation-parent" rev="2.3">
  <artifact name="pom-manipulation-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.commonjava.maven.ext', module='pom-manipulation-parent', version='2.3')
)
libraryDependencies += "org.commonjava.maven.ext" % "pom-manipulation-parent" % "2.3"
[org.commonjava.maven.ext/pom-manipulation-parent "2.3"]