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