| GroupId | GroupIdorg.ow2.petals |
|---|---|
| ArtifactId | ArtifactIdpetals-cdk-core |
| Version | Version4.0.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| petals-cdk-core-4.0.9.pom | |
| petals-cdk-core-4.0.9.jar | 158 KB |
| petals-cdk-core-4.0.9-sources.jar | 132 KB |
| petals-cdk-core-4.0.9-javadoc.jar | 482 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-cdk-core/ -->
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-cdk-core</artifactId>
<version>4.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-cdk-core/
implementation 'org.ow2.petals:petals-cdk-core:4.0.9'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-cdk-core/
implementation ("org.ow2.petals:petals-cdk-core:4.0.9")
'org.ow2.petals:petals-cdk-core:jar:4.0.9'
<dependency org="org.ow2.petals" name="petals-cdk-core" rev="4.0.9">
<artifact name="petals-cdk-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-cdk-core', version='4.0.9')
)
libraryDependencies += "org.ow2.petals" % "petals-cdk-core" % "4.0.9"
[org.ow2.petals/petals-cdk-core "4.0.9"]