License |
License |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-spring-cloud |
Last Version | Last Version3.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCamel :: Spring Cloud
Camel Cloud integration with Spring Cloud
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
camel-spring-cloud-3.0.1.pom | |
camel-spring-cloud-3.0.1.jar | 31 KB |
camel-spring-cloud-3.0.1-sources.jar | 26 KB |
camel-spring-cloud-3.0.1-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-spring-cloud/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-spring-cloud</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-spring-cloud/
implementation 'org.apache.camel:camel-spring-cloud:3.0.1'
// https://jarcasting.com/artifacts/org.apache.camel/camel-spring-cloud/
implementation ("org.apache.camel:camel-spring-cloud:3.0.1")
'org.apache.camel:camel-spring-cloud:jar:3.0.1'
<dependency org="org.apache.camel" name="camel-spring-cloud" rev="3.0.1">
<artifact name="camel-spring-cloud" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-spring-cloud', version='3.0.1')
)
libraryDependencies += "org.apache.camel" % "camel-spring-cloud" % "3.0.1"
[org.apache.camel/camel-spring-cloud "3.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.2.1.RELEASE |
org.springframework.cloud : spring-cloud-starter | jar | 2.1.4.RELEASE |
org.springframework.cloud : spring-cloud-commons | jar | 2.1.4.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.2.1.RELEASE |
org.apache.camel : camel-spring-boot | jar | 3.0.1 |