is not current version
Last Version 7

org.ow2.petals:petals-samples 6


GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-samples
Version

Version

6
Type

Type

pom

Download petals-samples 6

Filename Size
petals-samples-6.pom 2 KB
Browse

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