MVN

io.thorntail : camel-core

Maven & Gradle

Oct 30, 2018
126 usages

Camel Core · Java Integration Framework implementing the Enterprise Integration Patterns, doing the mediation and routing of the messages using a DSL Language (Java, Spring XML or Blueprint XML). This core module contains the logic to support the different patterns, many languages (Simple, constant, header, body) to manipulate the content & expressions to take decisions during the routing.

<dependency>
    <groupId>io.thorntail</groupId>
    <artifactId>camel-core</artifactId>
    <version>2.2.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.thorntail : camel-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1.Final

All Versions

Choose a version of io.thorntail : camel-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
camel-core-2.2.1.Final
camel-core-2.2.0.Final
2.1.x
camel-core-2.1.0.Final
2.0.x
camel-core-2.0.0.Final

How to add a dependency to Maven

Add the following io.thorntail : camel-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.thorntail</groupId>
    <artifactId>camel-core</artifactId>
    <version>2.2.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.thorntail : camel-core gradle dependency to your build.gradle file:

implementation 'io.thorntail:camel-core:2.2.1.Final'

Gradle Kotlin DSL: Add the following io.thorntail : camel-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.thorntail:camel-core:2.2.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.thorntail : camel-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.thorntail" % "camel-core" % "2.2.1.Final"

Advertisement

Dependencies from Group

Jun 11, 2020
139 usages
390 stars
Jun 11, 2020
132 usages
390 stars
Oct 30, 2018
126 usages
Jun 11, 2020
94 usages
spi
Jun 11, 2020
59 usages
390 stars

Discover Dependencies