MVN

org.switchyard : switchyard-common-camel

Maven & Gradle

15 usages

SwitchYard: Common - Camel · The SwitchYard Camel Common Library.

<dependency>
    <groupId>org.switchyard</groupId>
    <artifactId>switchyard-common-camel</artifactId>
    <version>2.0.1.redhat-621177</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.switchyard : switchyard-common-camel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1.redhat-621177
  • Latest Beta: 2.0.0.Beta1
  • Latest Alpha: 2.0.0.Alpha3

All Versions

Choose a version of org.switchyard : switchyard-common-camel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
switchyard-common-camel-2.1.0.Final
2.0.x
switchyard-common-camel-2.0.1.redhat-621177
switchyard-common-camel-2.0.1.redhat-621222
switchyard-common-camel-2.0.1.redhat-621216
switchyard-common-camel-2.0.1.redhat-621211
switchyard-common-camel-2.0.1.redhat-621186
switchyard-common-camel-2.0.1.redhat-621169
switchyard-common-camel-2.0.1.redhat-621159
switchyard-common-camel-2.0.1.redhat-621117
switchyard-common-camel-2.0.1.redhat-621107
switchyard-common-camel-2.0.1.redhat-621090
switchyard-common-camel-2.0.1.redhat-621084
switchyard-common-camel-2.0.1.redhat-620133
switchyard-common-camel-2.0.0.Final
switchyard-common-camel-2.0.0.CR1
switchyard-common-camel-2.0.0.Beta1
switchyard-common-camel-2.0.0.Alpha3
switchyard-common-camel-2.0.0.Alpha2
switchyard-common-camel-2.0.0.Alpha1
1.1.x
switchyard-common-camel-1.1.0.Final
switchyard-common-camel-1.1.0.CR1
switchyard-common-camel-1.1.0.M4
0.8.x
switchyard-common-camel-0.8.0.Final
0.7.x
switchyard-common-camel-0.7.0.Final
0.6.x
switchyard-common-camel-0.6.0.Final
switchyard-common-camel-0.6.0.Beta2

How to add a dependency to Maven

Add the following org.switchyard : switchyard-common-camel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.switchyard</groupId>
    <artifactId>switchyard-common-camel</artifactId>
    <version>2.0.1.redhat-621177</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.switchyard : switchyard-common-camel gradle dependency to your build.gradle file:

implementation 'org.switchyard:switchyard-common-camel:2.0.1.redhat-621177'

Gradle Kotlin DSL: Add the following org.switchyard : switchyard-common-camel gradle kotlin dependency to your build.gradle.kts file:

implementation("org.switchyard:switchyard-common-camel:2.0.1.redhat-621177")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.switchyard : switchyard-common-camel sbt scala dependency to your build.sbt file:

libraryDependencies += "org.switchyard" % "switchyard-common-camel" % "2.0.1.redhat-621177"