is not current version
Last Version 1.0.3

nl.42:spring-boot-starter-docker 0.4.0

Contains the AutoConfiguration framework for Spring Boot enabled Docker containers

Categories

Categories

Spring Boot Container Microservices Docker Virtualization Tools
GroupId

GroupId

nl.42
ArtifactId

ArtifactId

spring-boot-starter-docker
Version

Version

0.4.0
Type

Type

jar

Download spring-boot-starter-docker 0.4.0


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