is not current version
Last Version 3.17.0

org.apache.camel:camel 1.6.3

Camel build POM

GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

camel
Version

Version

1.6.3
Type

Type

pom

Download camel 1.6.3

Filename Size
camel-1.6.3.pom 28 KB
Browse

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