is not current version
Last Version 20.2.8.4

org.ow2.petals:petals-parent 18

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.

GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-parent
Version

Version

18
Type

Type

pom

Download petals-parent 18

Filename Size
petals-parent-18.pom 22 KB
Browse

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