is not current version
Last Version 20.2.8.4

org.ow2.petals:petals-parent 20.2.1

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

20.2.1
Type

Type

pom

Download petals-parent 20.2.1


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