MVN

org.objectweb.petals : petals-cdk

Maven & Gradle

Sep 28, 2007
18 usages

Petals :: Component Development Kit · The PEtALS component framework. This framework is used to easily create JBI 1.0 compliant components.

<dependency>
    <groupId>org.objectweb.petals</groupId>
    <artifactId>petals-cdk</artifactId>
    <version>1.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.objectweb.petals : petals-cdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.2
  • Latest Beta: 3.0-beta

All Versions

Choose a version of org.objectweb.petals : petals-cdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
petals-cdk-3.0-beta
2.0
petals-cdk-2.0-beta1
1.4.x
petals-cdk-1.4.2
petals-cdk-1.4.1
1.4
petals-cdk-1.4
1.3
petals-cdk-1.3
1.2
petals-cdk-1.2

How to add a dependency to Maven

Add the following org.objectweb.petals : petals-cdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.objectweb.petals</groupId>
    <artifactId>petals-cdk</artifactId>
    <version>1.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.objectweb.petals : petals-cdk gradle dependency to your build.gradle file:

implementation 'org.objectweb.petals:petals-cdk:1.4.2'

Gradle Kotlin DSL: Add the following org.objectweb.petals : petals-cdk gradle kotlin dependency to your build.gradle.kts file:

implementation("org.objectweb.petals:petals-cdk:1.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.objectweb.petals : petals-cdk sbt scala dependency to your build.sbt file:

libraryDependencies += "org.objectweb.petals" % "petals-cdk" % "1.4.2"