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