Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.fabric8 |
ArtifactId | ArtifactIdprocess-spring-boot-starter-camel |
Version | Version1.1.0.CR1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.fabric8/process-spring-boot-starter-camel/ -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>process-spring-boot-starter-camel</artifactId>
<version>1.1.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/process-spring-boot-starter-camel/
implementation 'io.fabric8:process-spring-boot-starter-camel:1.1.0.CR1'
// https://jarcasting.com/artifacts/io.fabric8/process-spring-boot-starter-camel/
implementation ("io.fabric8:process-spring-boot-starter-camel:1.1.0.CR1")
'io.fabric8:process-spring-boot-starter-camel:jar:1.1.0.CR1'
<dependency org="io.fabric8" name="process-spring-boot-starter-camel" rev="1.1.0.CR1">
<artifact name="process-spring-boot-starter-camel" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='process-spring-boot-starter-camel', version='1.1.0.CR1')
)
libraryDependencies += "io.fabric8" % "process-spring-boot-starter-camel" % "1.1.0.CR1"
[io.fabric8/process-spring-boot-starter-camel "1.1.0.CR1"]