is not current version
Last Version 20.2.8.4

org.ow2.petals:petals-parent 11

PEtALS Services Platform

GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-parent
Version

Version

11
Type

Type

pom

Download petals-parent 11

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

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