is not current version
Last Version 2.6.1

org.ow2.petals:petals-cdk-api 1.0


GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-cdk-api
Version

Version

1.0
Type

Type

jar

Download petals-cdk-api 1.0


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