p

petals-cdk-core

The PEtALS component framework. This framework is used to easily create JBI 1.0 compliant components.
Files download
File Operation
petals-cdk-core-4.1.2.jar download
petals-cdk-core-4.1.2.pom download
petals-cdk-core-4.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ow2.petals</groupId>
  <artifactId>petals-cdk-core</artifactId>
  <version>4.1.2</version>
</dependency>
Gradle Groovy
implementation 'org.ow2.petals:petals-cdk-core:4.1.2'
Gradle Kotlin
implementation("org.ow2.petals:petals-cdk-core:4.1.2")
Scala SBT
libraryDependencies += "org.ow2.petals" % "petals-cdk-core" % "4.1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.petals', module='petals-cdk-core', version='4.1.2')
)
Apache Ivy
<dependency org="org.ow2.petals" name="petals-cdk-core" rev="4.1.2" />
Leiningen
[org.ow2.petals/petals-cdk-core "4.1.2"]
Apache Buildr
'org.ow2.petals:petals-cdk-core:jar:4.1.2'