is not current version
Last Version 5

org.objectweb.petals:petals-samples 1


GroupId

GroupId

org.objectweb.petals
ArtifactId

ArtifactId

petals-samples
Version

Version

1
Type

Type

pom

Download petals-samples 1

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

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