c

camel-core-starter

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