c

camel-spring-boot-starter

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