is not current version
Last Version 5

org.objectweb.petals:petals-samples 4


GroupId

GroupId

org.objectweb.petals
ArtifactId

ArtifactId

petals-samples
Version

Version

4
Type

Type

pom

Download petals-samples 4

Filename Size
petals-samples-4.pom 1 KB
Browse

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