is not current version
Last Version 2.2.1.Final

io.thorntail:camel-core 2.0.0.Final

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.

GroupId

GroupId

io.thorntail
ArtifactId

ArtifactId

camel-core
Version

Version

2.0.0.Final
Type

Type

jar

Download camel-core 2.0.0.Final


<!-- https://jarcasting.com/artifacts/io.thorntail/camel-core/ -->
<dependency>
    <groupId>io.thorntail</groupId>
    <artifactId>camel-core</artifactId>
    <version>2.0.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/camel-core/
implementation 'io.thorntail:camel-core:2.0.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/camel-core/
implementation ("io.thorntail:camel-core:2.0.0.Final")
'io.thorntail:camel-core:jar:2.0.0.Final'
<dependency org="io.thorntail" name="camel-core" rev="2.0.0.Final">
  <artifact name="camel-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='camel-core', version='2.0.0.Final')
)
libraryDependencies += "io.thorntail" % "camel-core" % "2.0.0.Final"
[io.thorntail/camel-core "2.0.0.Final"]