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

org.ow2.petals:petals-parent 16

The PEtALS Services Platform provides a distributed open source implementation of Java Business Integration (JBI) specification as a core element to build OW2 ESB solutions, leveraging existing Consortium's components.

Группа

Группа

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

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

petals-parent
Версия

Версия

16
Тип

Тип

pom

Скачать petals-parent 16

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

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