is not current version
Last Version 1.0.3

nl.42:spring-boot-starter-docker 1.0.0.JAVA.11

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

1.0.0.JAVA.11
Type

Type

jar

Download spring-boot-starter-docker 1.0.0.JAVA.11


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