is not current version
Last Version 5.7.1

org.ow2.petals:petals-cdk-core 4.0.8

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-core
Version

Version

4.0.8
Type

Type

jar

Download petals-cdk-core 4.0.8


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