is not current version
Last Version 5.7.1

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

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

GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-cdk-core
Version

Version

5.6.0
Type

Type

jar

Download petals-cdk-core 5.6.0


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