MVN

org.ow2.petals : petals-cdk-core

Maven & Gradle

Apr 07, 2023
59 usages

Petals ESB - Components - CDK Core · The PEtALS component framework. This framework is used to easily create JBI components.

<dependency>
    <groupId>org.ow2.petals</groupId>
    <artifactId>petals-cdk-core</artifactId>
    <version>5.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.8.0

All Versions

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

Version Vulnerabilities Updated
5.8.x
petals-cdk-core-5.8.0
5.7.x
petals-cdk-core-5.7.1
petals-cdk-core-5.7.0
5.6.x
petals-cdk-core-5.6.3
petals-cdk-core-5.6.2
petals-cdk-core-5.6.1
petals-cdk-core-5.6.0
5.5.x
petals-cdk-core-5.5.0
5.4.x
petals-cdk-core-5.4.3
petals-cdk-core-5.4.2
petals-cdk-core-5.4.1
petals-cdk-core-5.4.0
5.1.x
petals-cdk-core-5.1.2
petals-cdk-core-5.1.1
5.1
petals-cdk-core-5.1
5.0.x
petals-cdk-core-5.0.3
petals-cdk-core-5.0.2
petals-cdk-core-5.0.1
5.0
petals-cdk-core-5.0
4.1.x
petals-cdk-core-4.1.3
petals-cdk-core-4.1.2
petals-cdk-core-4.1.1
4.1
petals-cdk-core-4.1
4.0.x
petals-cdk-core-4.0.10
petals-cdk-core-4.0.9
petals-cdk-core-4.0.8
petals-cdk-core-4.0.7
petals-cdk-core-4.0.6
petals-cdk-core-4.0.5
petals-cdk-core-4.0.4
petals-cdk-core-4.0.3
petals-cdk-core-4.0.2
petals-cdk-core-4.0.1
4.0
petals-cdk-core-4.0
3.0
petals-cdk-core-3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.ow2.petals</groupId>
    <artifactId>petals-cdk-core</artifactId>
    <version>5.8.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.ow2.petals:petals-cdk-core:5.8.0'

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

implementation("org.ow2.petals:petals-cdk-core:5.8.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.ow2.petals" % "petals-cdk-core" % "5.8.0"

Advertisement