GroupId | GroupIdorg.ow2.petals |
---|---|
ArtifactId | ArtifactIdpetals-cdk-core |
Version | Version5.7.0 |
Type | Typejar |
Filename | Size |
---|---|
petals-cdk-core-5.7.0.pom | |
petals-cdk-core-5.7.0.jar | 188 KB |
petals-cdk-core-5.7.0-tests.jar | 81 KB |
petals-cdk-core-5.7.0-test-javadoc.jar | 134 KB |
petals-cdk-core-5.7.0-sources.jar | 145 KB |
petals-cdk-core-5.7.0-source-release.zip | 220 KB |
petals-cdk-core-5.7.0-source-release.tar.gz | 118 KB |
petals-cdk-core-5.7.0-javadoc.jar | 540 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-cdk-core/ -->
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-cdk-core</artifactId>
<version>5.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-cdk-core/
implementation 'org.ow2.petals:petals-cdk-core:5.7.0'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-cdk-core/
implementation ("org.ow2.petals:petals-cdk-core:5.7.0")
'org.ow2.petals:petals-cdk-core:jar:5.7.0'
<dependency org="org.ow2.petals" name="petals-cdk-core" rev="5.7.0">
<artifact name="petals-cdk-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-cdk-core', version='5.7.0')
)
libraryDependencies += "org.ow2.petals" % "petals-cdk-core" % "5.7.0"
[org.ow2.petals/petals-cdk-core "5.7.0"]