c

camel-spring-boot

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