is not current version
Last Version 1.0.1

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

Spring Boot Docker project for running the Postgres container

Categories

Categories

Spring Boot Container Microservices Docker Virtualization Tools
GroupId

GroupId

nl.42
ArtifactId

ArtifactId

spring-boot-docker-postgres
Version

Version

1.0.0.JAVA.11
Type

Type

jar

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


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