is not current version
Last Version 3.0-beta

org.objectweb.petals:petals-cdk 1.3


GroupId

GroupId

org.objectweb.petals
ArtifactId

ArtifactId

petals-cdk
Version

Version

1.3
Type

Type

jar

Download petals-cdk 1.3


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