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