c

camel-spring-boot-starter

Spring-Boot Starter for Camel :: Spring Boot
文件下载
文件名 操作
camel-spring-boot-starter-3.18.8.jar 下载
camel-spring-boot-starter-3.18.8.pom 下载
camel-spring-boot-starter-3.18.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.camel.springboot</groupId>
  <artifactId>camel-spring-boot-starter</artifactId>
  <version>3.18.8</version>
</dependency>
Gradle Groovy
implementation 'org.apache.camel.springboot:camel-spring-boot-starter:3.18.8'
Gradle Kotlin
implementation("org.apache.camel.springboot:camel-spring-boot-starter:3.18.8")
Scala SBT
libraryDependencies += "org.apache.camel.springboot" % "camel-spring-boot-starter" % "3.18.8"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel.springboot', module='camel-spring-boot-starter', version='3.18.8')
)
Apache Ivy
<dependency org="org.apache.camel.springboot" name="camel-spring-boot-starter" rev="3.18.8" />
Leiningen
[org.apache.camel.springboot/camel-spring-boot-starter "3.18.8"]
Apache Buildr
'org.apache.camel.springboot:camel-spring-boot-starter:jar:3.18.8'
本项目依赖
<parent>
  <groupId>org.apache.camel.springboot</groupId>
  <artifactId>core-starter</artifactId>
  <version>3.18.8</version>
</parent>

compile

|-- org.springframework.boot:spring-boot-starter

|-- org.apache.camel.springboot:camel-spring-boot

|-- org.apache.camel.springboot:camel-core-starter

|-- org.apache.camel.springboot:camel-bean-starter

|-- org.apache.camel.springboot:camel-browse-starter

|-- org.apache.camel.springboot:camel-controlbus-starter

|-- org.apache.camel.springboot:camel-dataformat-starter

|-- org.apache.camel.springboot:camel-dataset-starter

|-- org.apache.camel.springboot:camel-direct-starter

|-- org.apache.camel.springboot:camel-directvm-starter

|-- org.apache.camel.springboot:camel-file-starter

|-- org.apache.camel.springboot:camel-language-starter

|-- org.apache.camel.springboot:camel-log-starter

|-- org.apache.camel.springboot:camel-mock-starter

|-- org.apache.camel.springboot:camel-ref-starter

|-- org.apache.camel.springboot:camel-rest-starter

|-- org.apache.camel.springboot:camel-saga-starter

|-- org.apache.camel.springboot:camel-scheduler-starter

|-- org.apache.camel.springboot:camel-seda-starter

|-- org.apache.camel.springboot:camel-stub-starter

|-- org.apache.camel.springboot:camel-timer-starter

|-- org.apache.camel.springboot:camel-validator-starter

|-- org.apache.camel.springboot:camel-vm-starter

|-- org.apache.camel.springboot:camel-xpath-starter

|-- org.apache.camel.springboot:camel-xslt-starter

|-- org.apache.camel.springboot:camel-xml-jaxp-starter