is not current version
Last Version 3.17.0

org.apache.camel:camel 2.15.2

Camel build POM

GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

camel
Version

Version

2.15.2
Type

Type

pom

Download camel 2.15.2

Filename Size
camel-2.15.2.pom 24 KB
Browse

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