c

camel-spring-boot

Using Camel with Spring Boot
Files download
File Operation
camel-spring-boot-2.21.4.jar download
camel-spring-boot-2.21.4.pom download
camel-spring-boot-2.21.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-spring-boot</artifactId>
  <version>2.21.4</version>
</dependency>
Gradle Groovy
implementation 'org.apache.camel:camel-spring-boot:2.21.4'
Gradle Kotlin
implementation("org.apache.camel:camel-spring-boot:2.21.4")
Scala SBT
libraryDependencies += "org.apache.camel" % "camel-spring-boot" % "2.21.4"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel', module='camel-spring-boot', version='2.21.4')
)
Apache Ivy
<dependency org="org.apache.camel" name="camel-spring-boot" rev="2.21.4" />
Leiningen
[org.apache.camel/camel-spring-boot "2.21.4"]
Apache Buildr
'org.apache.camel:camel-spring-boot:jar:2.21.4'