is not current version
Last Version 5

org.objectweb.petals:petals-samples 2


GroupId

GroupId

org.objectweb.petals
ArtifactId

ArtifactId

petals-samples
Version

Version

2
Type

Type

pom

Download petals-samples 2

Filename Size
petals-samples-2.pom 231 bytes
Browse

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