is not current version
Last Version 3.0.1

org.apache.camel:camel-spring-boot 2.17.6

Camel :: Spring Boot

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

camel-spring-boot
Version

Version

2.17.6
Type

Type

jar

Download camel-spring-boot 2.17.6


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