is not current version
Last Version 6

org.objectweb.petals:petals-parent 2


GroupId

GroupId

org.objectweb.petals
ArtifactId

ArtifactId

petals-parent
Version

Version

2
Type

Type

pom

Download petals-parent 2

Filename Size
petals-parent-2.pom 230 bytes
Browse

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