is not current version
Last Version 3.0-beta2

org.ow2.petals:petals-cdk 2

The PEtALS component framework. This framework is used to easily create JBI 1.0 compliant components.

GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-cdk
Version

Version

2
Type

Type

pom

Download petals-cdk 2

Filename Size
petals-cdk-2.pom 868 bytes
Browse

<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-cdk/ -->
<dependency>
    <groupId>org.ow2.petals</groupId>
    <artifactId>petals-cdk</artifactId>
    <version>2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-cdk/
implementation 'org.ow2.petals:petals-cdk:2'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-cdk/
implementation ("org.ow2.petals:petals-cdk:2")
'org.ow2.petals:petals-cdk:pom:2'
<dependency org="org.ow2.petals" name="petals-cdk" rev="2">
  <artifact name="petals-cdk" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-cdk', version='2')
)
libraryDependencies += "org.ow2.petals" % "petals-cdk" % "2"
[org.ow2.petals/petals-cdk "2"]