c

camel-spring-boot

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