Categories |
CategoriesQuarkus Container Microservices PostgreSQL Data Databases |
---|---|
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-devservices-postgresql |
Version | Version2.4.0.CR1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-devservices-postgresql/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-devservices-postgresql</artifactId>
<version>2.4.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-devservices-postgresql/
implementation 'io.quarkus:quarkus-devservices-postgresql:2.4.0.CR1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-devservices-postgresql/
implementation ("io.quarkus:quarkus-devservices-postgresql:2.4.0.CR1")
'io.quarkus:quarkus-devservices-postgresql:jar:2.4.0.CR1'
<dependency org="io.quarkus" name="quarkus-devservices-postgresql" rev="2.4.0.CR1">
<artifact name="quarkus-devservices-postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-devservices-postgresql', version='2.4.0.CR1')
)
libraryDependencies += "io.quarkus" % "quarkus-devservices-postgresql" % "2.4.0.CR1"
[io.quarkus/quarkus-devservices-postgresql "2.4.0.CR1"]