Last Version

Camel :: Example :: Spring Boot Starter 2.18.5

An example showing how to work with Camel and Spring Boot using Spring Boot Starter

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

camel-example-spring-boot-starter
Version

Version

2.18.5
Type

Type

jar
Description

Description

Camel :: Example :: Spring Boot Starter
An example showing how to work with Camel and Spring Boot using Spring Boot Starter
Project Organization

Project Organization

The Apache Software Foundation

Download camel-example-spring-boot-starter 2.18.5


<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-example-spring-boot-starter/ -->
<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-example-spring-boot-starter</artifactId>
    <version>2.18.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-spring-boot-starter/
implementation 'org.apache.camel:camel-example-spring-boot-starter:2.18.5'
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-spring-boot-starter/
implementation ("org.apache.camel:camel-example-spring-boot-starter:2.18.5")
'org.apache.camel:camel-example-spring-boot-starter:jar:2.18.5'
<dependency org="org.apache.camel" name="camel-example-spring-boot-starter" rev="2.18.5">
  <artifact name="camel-example-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-example-spring-boot-starter', version='2.18.5')
)
libraryDependencies += "org.apache.camel" % "camel-example-spring-boot-starter" % "2.18.5"
[org.apache.camel/camel-example-spring-boot-starter "2.18.5"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 1.4.6.RELEASE
org.apache.camel : camel-spring-boot-starter jar 2.18.5
org.apache.camel : camel-stream-starter jar 2.18.5

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar
org.apache.camel : camel-test jar 2.18.5

Project Modules

There are no modules declared in this project.