is not current version
Last Version 2.0-M3

org.apache.camel:camel-bundle 1.6.0

Apache Camel Bundle

GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

camel-bundle
Version

Version

1.6.0
Type

Type

jar

Download camel-bundle 1.6.0


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