<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-devservices-postgresql</artifactId>
<version>3.17.2</version>
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-devservices-postgresql', version='3.17.2')
)
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-devservices-parent</artifactId> <version>3.17.2</version> </parent>
compile
|-- io.quarkus:quarkus-datasource-deployment-spi
|-- org.testcontainers:postgresql
|-- io.quarkus:quarkus-devservices-common
test