is not current version
Last Version 3.17.0

org.apache.camel.springboot:camel-docker-starter 3.11.7

Spring-Boot Starter for Camel Docker Support

Categories

Categories

Docker Container Virtualization Tools
GroupId

GroupId

org.apache.camel.springboot
ArtifactId

ArtifactId

camel-docker-starter
Version

Version

3.11.7
Type

Type

jar

Download camel-docker-starter 3.11.7


<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-docker-starter/ -->
<dependency>
    <groupId>org.apache.camel.springboot</groupId>
    <artifactId>camel-docker-starter</artifactId>
    <version>3.11.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-docker-starter/
implementation 'org.apache.camel.springboot:camel-docker-starter:3.11.7'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-docker-starter/
implementation ("org.apache.camel.springboot:camel-docker-starter:3.11.7")
'org.apache.camel.springboot:camel-docker-starter:jar:3.11.7'
<dependency org="org.apache.camel.springboot" name="camel-docker-starter" rev="3.11.7">
  <artifact name="camel-docker-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-docker-starter', version='3.11.7')
)
libraryDependencies += "org.apache.camel.springboot" % "camel-docker-starter" % "3.11.7"
[org.apache.camel.springboot/camel-docker-starter "3.11.7"]