GroupId | GroupIdorg.ow2.petals |
---|---|
ArtifactId | ArtifactIdpetals-cdk |
Version | Version1 |
Type | Typepom |
Filename | Size |
---|---|
petals-cdk-1.pom | 868 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-cdk/ -->
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-cdk</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-cdk/
implementation 'org.ow2.petals:petals-cdk:1'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-cdk/
implementation ("org.ow2.petals:petals-cdk:1")
'org.ow2.petals:petals-cdk:pom:1'
<dependency org="org.ow2.petals" name="petals-cdk" rev="1">
<artifact name="petals-cdk" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-cdk', version='1')
)
libraryDependencies += "org.ow2.petals" % "petals-cdk" % "1"
[org.ow2.petals/petals-cdk "1"]