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