is not current version
Last Version 2.10.0.Final

io.quarkus:quarkus-devservices-postgresql 1.13.7.Final


Categories

Categories

Quarkus Container Microservices PostgreSQL Data Databases
GroupId

GroupId

io.quarkus
ArtifactId

ArtifactId

quarkus-devservices-postgresql
Version

Version

1.13.7.Final
Type

Type

jar

Download quarkus-devservices-postgresql 1.13.7.Final


<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-devservices-postgresql/ -->
<dependency>
    <groupId>io.quarkus</groupId>
    <artifactId>quarkus-devservices-postgresql</artifactId>
    <version>1.13.7.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-devservices-postgresql/
implementation 'io.quarkus:quarkus-devservices-postgresql:1.13.7.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-devservices-postgresql/
implementation ("io.quarkus:quarkus-devservices-postgresql:1.13.7.Final")
'io.quarkus:quarkus-devservices-postgresql:jar:1.13.7.Final'
<dependency org="io.quarkus" name="quarkus-devservices-postgresql" rev="1.13.7.Final">
  <artifact name="quarkus-devservices-postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-devservices-postgresql', version='1.13.7.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-devservices-postgresql" % "1.13.7.Final"
[io.quarkus/quarkus-devservices-postgresql "1.13.7.Final"]