GroupId | GroupIdio.fabric8.jube.images.fabric8 |
---|---|
ArtifactId | ArtifactIdspringboot-camel |
Version | Version2.0.39 |
Type | Typejar |
Filename | Size |
---|---|
springboot-camel-2.0.39.pom | |
springboot-camel-2.0.39.jar | 11 MB |
springboot-camel-2.0.39-sources.jar | 2 KB |
springboot-camel-2.0.39-javadoc.jar | 40 KB |
springboot-camel-2.0.39-app.zip | 2 KB |
Browse |
<!-- 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.0.39</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/springboot-camel/
implementation 'io.fabric8.jube.images.fabric8:springboot-camel:2.0.39'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/springboot-camel/
implementation ("io.fabric8.jube.images.fabric8:springboot-camel:2.0.39")
'io.fabric8.jube.images.fabric8:springboot-camel:jar:2.0.39'
<dependency org="io.fabric8.jube.images.fabric8" name="springboot-camel" rev="2.0.39">
<artifact name="springboot-camel" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.fabric8', module='springboot-camel', version='2.0.39')
)
libraryDependencies += "io.fabric8.jube.images.fabric8" % "springboot-camel" % "2.0.39"
[io.fabric8.jube.images.fabric8/springboot-camel "2.0.39"]