Last Version

Camel :: Spring Boot 3.0.1

Using Camel with Spring Boot

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

camel-spring-boot
Version

Version

3.0.1
Type

Type

jar
Description

Description

Camel :: Spring Boot
Using Camel with Spring Boot
Project Organization

Project Organization

The Apache Software Foundation

Download camel-spring-boot 3.0.1


<!-- 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"]

Dependencies

compile (10)

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

Project Modules

There are no modules declared in this project.