is not current version
Last Version 3.0.1

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

Camel :: Spring Boot autostart configuration

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

camel-spring-boot
Version

Version

2.15.2
Type

Type

jar

Download camel-spring-boot 2.15.2


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