is not current version
Last Version 2.2.1.Final

io.thorntail:camel 2.2.0.Final

Java Integration Framework implementing the Enterprise Integration Patterns

GroupId

GroupId

io.thorntail
ArtifactId

ArtifactId

camel
Version

Version

2.2.0.Final
Type

Type

pom

Download camel 2.2.0.Final

Filename Size
camel-2.2.0.Final.pom 3 KB
Browse

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