GroupId | GroupIdio.fabric8.jube.images.fabric8 |
---|---|
ArtifactId | ArtifactIdspringboot-camel |
Version | Version2.2.9.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/springboot-camel/ -->
<dependency>
<groupId>io.fabric8.jube.images.fabric8</groupId>
<artifactId>springboot-camel</artifactId>
<version>2.2.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/springboot-camel/
implementation 'io.fabric8.jube.images.fabric8:springboot-camel:2.2.9.1'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/springboot-camel/
implementation ("io.fabric8.jube.images.fabric8:springboot-camel:2.2.9.1")
'io.fabric8.jube.images.fabric8:springboot-camel:jar:2.2.9.1'
<dependency org="io.fabric8.jube.images.fabric8" name="springboot-camel" rev="2.2.9.1">
<artifact name="springboot-camel" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.fabric8', module='springboot-camel', version='2.2.9.1')
)
libraryDependencies += "io.fabric8.jube.images.fabric8" % "springboot-camel" % "2.2.9.1"
[io.fabric8.jube.images.fabric8/springboot-camel "2.2.9.1"]