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

org.ow2.petals:maven-petals-parent 1


Категории

Категории

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

Группа

org.ow2.petals
Идентификатор

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

maven-petals-parent
Версия

Версия

1
Тип

Тип

pom

Скачать maven-petals-parent 1

Имя Файла Размер
maven-petals-parent-1.pom 1 KB
Обзор

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