is not current version
Last Version 3.17.0

org.apache.camel:apache-camel 2.21.0

Apache Camel Assembly

Categories

Categories

Apache Camel Application Layer Libs Messaging
GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

apache-camel
Version

Version

2.21.0
Type

Type

pom

Download apache-camel 2.21.0


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