GroupId | GroupIdorg.apache.camel.springboot |
---|---|
ArtifactId | ArtifactIdcamel-spring-cloud |
Version | Version3.7.1 |
Type | Typejar |
Filename | Size |
---|---|
camel-spring-cloud-3.7.1.pom | |
camel-spring-cloud-3.7.1.jar | 20 KB |
camel-spring-cloud-3.7.1-sources.jar | 15 KB |
camel-spring-cloud-3.7.1-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-spring-cloud/ -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-spring-cloud</artifactId>
<version>3.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-spring-cloud/
implementation 'org.apache.camel.springboot:camel-spring-cloud:3.7.1'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-spring-cloud/
implementation ("org.apache.camel.springboot:camel-spring-cloud:3.7.1")
'org.apache.camel.springboot:camel-spring-cloud:jar:3.7.1'
<dependency org="org.apache.camel.springboot" name="camel-spring-cloud" rev="3.7.1">
<artifact name="camel-spring-cloud" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-spring-cloud', version='3.7.1')
)
libraryDependencies += "org.apache.camel.springboot" % "camel-spring-cloud" % "3.7.1"
[org.apache.camel.springboot/camel-spring-cloud "3.7.1"]