Download camel-spring-boot-starter-2.17.0.jar file - Jar c

Jar examples for c:camel-spring-boot-starter

Description

Spring-Boot Starter for Camel :: Spring Boot

You can download jar file camel-spring-boot-starter 2.17.0 in this page.

License

Apache License

Build File

You can use the following script to add camel-spring-boot-starter-2.17.0.jar to your project.

<dependency>
   <groupId>org.apache.camel</groupId>
   <artifactId>camel-spring-boot-starter</artifactId>
   <version>2.17.0</version>
</dependency>
compile group: 'org.apache.camel', name: 'camel-spring-boot-starter', version: '2.17.0'
libraryDependencies += "org.apache.camel" % "camel-spring-boot-starter" % "2.17.0"
<dependency org="org.apache.camel" name="camel-spring-boot-starter" rev="2.17.0"/>
@Grapes(@Grab(group='org.apache.camel', module='camel-spring-boot-starter', version='2.17.0'))
'org.apache.camel:camel-spring-boot-starter:jar:2.17.0'

Download

Click the following link to download the jar file.

camel-spring-boot-starter-2.17.0-sources.jar
camel-spring-boot-starter-2.17.0.jar
camel-spring-boot-starter-2.17.0.pom



Related Tutorials