Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.ow2.petals |
ArtifactId | ArtifactIdpetals-cdk-jbidescriptor |
Version | Version2.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-cdk-jbidescriptor/ -->
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-cdk-jbidescriptor</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-cdk-jbidescriptor/
implementation 'org.ow2.petals:petals-cdk-jbidescriptor:2.0.2'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-cdk-jbidescriptor/
implementation ("org.ow2.petals:petals-cdk-jbidescriptor:2.0.2")
'org.ow2.petals:petals-cdk-jbidescriptor:jar:2.0.2'
<dependency org="org.ow2.petals" name="petals-cdk-jbidescriptor" rev="2.0.2">
<artifact name="petals-cdk-jbidescriptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-cdk-jbidescriptor', version='2.0.2')
)
libraryDependencies += "org.ow2.petals" % "petals-cdk-jbidescriptor" % "2.0.2"
[org.ow2.petals/petals-cdk-jbidescriptor "2.0.2"]