не последняя версия
Последняя версия 2.2.28

io.fabric8.jube.images.fabric8:springboot-camel 2.2.2

Shows how to use Camel with Spring Boot in the Java Container

Группа

Группа

io.fabric8.jube.images.fabric8
Идентификатор

Идентификатор

springboot-camel
Версия

Версия

2.2.2
Тип

Тип

jar

Скачать springboot-camel 2.2.2


<!-- 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/springboot-camel/
implementation 'io.fabric8.jube.images.fabric8:springboot-camel:2.2.2'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/springboot-camel/
implementation ("io.fabric8.jube.images.fabric8:springboot-camel:2.2.2")
'io.fabric8.jube.images.fabric8:springboot-camel:jar:2.2.2'
<dependency org="io.fabric8.jube.images.fabric8" name="springboot-camel" rev="2.2.2">
  <artifact name="springboot-camel" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.fabric8', module='springboot-camel', version='2.2.2')
)
libraryDependencies += "io.fabric8.jube.images.fabric8" % "springboot-camel" % "2.2.2"
[io.fabric8.jube.images.fabric8/springboot-camel "2.2.2"]