c

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.
Files download
File Operation
camel-core-2.2.1.Final.jar download
camel-core-2.2.1.Final.pom download
camel-core-2.2.1.Final-sources.jar download
Apache Maven
<dependency>
  <groupId>io.thorntail</groupId>
  <artifactId>camel-core</artifactId>
  <version>2.2.1.Final</version>
</dependency>
Gradle Groovy
implementation 'io.thorntail:camel-core:2.2.1.Final'
Gradle Kotlin
implementation("io.thorntail:camel-core:2.2.1.Final")
Scala SBT
libraryDependencies += "io.thorntail" % "camel-core" % "2.2.1.Final"
Groovy Grape
@Grapes(
  @Grab(group='io.thorntail', module='camel-core', version='2.2.1.Final')
)
Apache Ivy
<dependency org="io.thorntail" name="camel-core" rev="2.2.1.Final" />
Leiningen
[io.thorntail/camel-core "2.2.1.Final"]
Apache Buildr
'io.thorntail:camel-core:jar:2.2.1.Final'