Categories |
CategoriesSpring Boot Container Microservices Docker Virtualization Tools |
---|---|
GroupId | GroupIdnl.42 |
ArtifactId | ArtifactIdspring-boot-docker-postgres |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/nl.42/spring-boot-docker-postgres/ -->
<dependency>
<groupId>nl.42</groupId>
<artifactId>spring-boot-docker-postgres</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.42/spring-boot-docker-postgres/
implementation 'nl.42:spring-boot-docker-postgres:0.1.0'
// https://jarcasting.com/artifacts/nl.42/spring-boot-docker-postgres/
implementation ("nl.42:spring-boot-docker-postgres:0.1.0")
'nl.42:spring-boot-docker-postgres:jar:0.1.0'
<dependency org="nl.42" name="spring-boot-docker-postgres" rev="0.1.0">
<artifact name="spring-boot-docker-postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.42', module='spring-boot-docker-postgres', version='0.1.0')
)
libraryDependencies += "nl.42" % "spring-boot-docker-postgres" % "0.1.0"
[nl.42/spring-boot-docker-postgres "0.1.0"]