| GroupId | GroupIdorg.objectweb.petals |
|---|---|
| ArtifactId | ArtifactIdpetals-cdk |
| Version | Version1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| petals-cdk-1.2.pom | |
| petals-cdk-1.2.jar | 53 KB |
| petals-cdk-1.2-sources.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.petals/petals-cdk/ -->
<dependency>
<groupId>org.objectweb.petals</groupId>
<artifactId>petals-cdk</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-cdk/
implementation 'org.objectweb.petals:petals-cdk:1.2'
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-cdk/
implementation ("org.objectweb.petals:petals-cdk:1.2")
'org.objectweb.petals:petals-cdk:jar:1.2'
<dependency org="org.objectweb.petals" name="petals-cdk" rev="1.2">
<artifact name="petals-cdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.petals', module='petals-cdk', version='1.2')
)
libraryDependencies += "org.objectweb.petals" % "petals-cdk" % "1.2"
[org.objectweb.petals/petals-cdk "1.2"]