License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-spring-boot |
Last Version | Last Version3.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCamel :: Spring Boot
Using Camel with Spring Boot
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
camel-spring-boot-3.0.1.pom | |
camel-spring-boot-3.0.1.jar | 151 KB |
camel-spring-boot-3.0.1-sources.jar | 101 KB |
camel-spring-boot-3.0.1-javadoc.jar | 493 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-spring-boot/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-spring-boot</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-spring-boot/
implementation 'org.apache.camel:camel-spring-boot:3.0.1'
// https://jarcasting.com/artifacts/org.apache.camel/camel-spring-boot/
implementation ("org.apache.camel:camel-spring-boot:3.0.1")
'org.apache.camel:camel-spring-boot:jar:3.0.1'
<dependency org="org.apache.camel" name="camel-spring-boot" rev="3.0.1">
<artifact name="camel-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-spring-boot', version='3.0.1')
)
libraryDependencies += "org.apache.camel" % "camel-spring-boot" % "3.0.1"
[org.apache.camel/camel-spring-boot "3.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter Optional | jar | 2.2.1.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.2.1.RELEASE |
org.springframework.boot : spring-boot-autoconfigure-processor Optional | jar | 2.2.1.RELEASE |
org.springframework.boot : spring-boot-starter-actuator Optional | jar | 2.2.1.RELEASE |
org.apache.camel : camel-spring | jar | 3.0.1 |
org.apache.camel : camel-cloud | jar | 3.0.1 |
org.apache.camel : camel-main | jar | 3.0.1 |
org.apache.camel : camel-management | jar | 3.0.1 |
org.springframework : spring-web Optional | jar | 5.2.1.RELEASE |
org.springframework.boot : spring-boot-starter-web Optional | jar | 2.2.1.RELEASE |