| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdorg.apache.camel.springboot |
| ArtifactId | ArtifactIdcamel-spring-boot |
| Last Version | Last Version3.17.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCamel SB :: Spring Boot
Using Camel with Spring Boot
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| camel-spring-boot-3.17.0.pom | |
| camel-spring-boot-3.17.0.jar | 112 KB |
| camel-spring-boot-3.17.0-sources.jar | 80 KB |
| camel-spring-boot-3.17.0-javadoc.jar | 406 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-spring-boot/ -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-spring-boot</artifactId>
<version>3.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-spring-boot/
implementation 'org.apache.camel.springboot:camel-spring-boot:3.17.0'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-spring-boot/
implementation ("org.apache.camel.springboot:camel-spring-boot:3.17.0")
'org.apache.camel.springboot:camel-spring-boot:jar:3.17.0'
<dependency org="org.apache.camel.springboot" name="camel-spring-boot" rev="3.17.0">
<artifact name="camel-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-spring-boot', version='3.17.0')
)
libraryDependencies += "org.apache.camel.springboot" % "camel-spring-boot" % "3.17.0"
[org.apache.camel.springboot/camel-spring-boot "3.17.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter Optional | jar | 2.6.7 |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.6.7 |
| org.springframework.boot : spring-boot-autoconfigure-processor Optional | jar | 2.6.7 |
| org.springframework.boot : spring-boot-starter-actuator Optional | jar | 2.6.7 |
| org.apache.camel : camel-spring | jar | |
| org.apache.camel : camel-spring-main | jar | |
| org.apache.camel : camel-xml-jaxb-dsl | jar | |
| org.apache.camel : camel-spring-xml | jar | |
| org.apache.camel : camel-cloud | jar | |
| org.apache.camel : camel-cluster | jar | |
| org.apache.camel : camel-health | jar | |
| org.springframework : spring-web Optional | jar | |
| org.springframework.boot : spring-boot-starter-web Optional | jar | 2.6.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.camel : camel-test-spring-junit5 | jar | |
| org.apache.camel : camel-management | jar | |
| org.awaitility : awaitility | jar | |
| commons-io : commons-io | jar | |
| org.springframework.boot : spring-boot-starter-test | jar | 2.6.7 |
| org.apache.camel : camel-jetty | jar | |
| org.apache.camel : camel-jackson | jar | |
| org.apache.camel : camel-http | jar |