is not current version
Last Version 3.0-beta2

org.ow2.petals:petals-cdk 1

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

1
Type

Type

pom

Download petals-cdk 1

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"]