is not current version
Last Version 3.17.0

org.apache.camel:apache-camel 2.19.5

Apache Camel Assembly

Categories

Categories

Apache Camel Application Layer Libs Messaging
GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

apache-camel
Version

Version

2.19.5
Type

Type

pom

Download apache-camel 2.19.5


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