is not current version
Last Version 3.0-beta

org.objectweb.petals:petals-cdk 1.4


GroupId

GroupId

org.objectweb.petals
ArtifactId

ArtifactId

petals-cdk
Version

Version

1.4
Type

Type

jar

Download petals-cdk 1.4


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