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

org.ow2.petals:petals-core 7


Группа

Группа

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

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

petals-core
Версия

Версия

7
Тип

Тип

pom

Скачать petals-core 7

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

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