License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices PostgreSQL Data Databases |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-devservices-postgresql |
Version | Version2.9.0.CR1 |
Type | Typejar |
Description |
DescriptionQuarkus - DevServices - Postgresql
DevServices allows Quarkus to automatically configure and start databases and other containers in
dev and test mode.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-devservices-postgresql/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-devservices-postgresql</artifactId>
<version>2.9.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-devservices-postgresql/
implementation 'io.quarkus:quarkus-devservices-postgresql:2.9.0.CR1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-devservices-postgresql/
implementation ("io.quarkus:quarkus-devservices-postgresql:2.9.0.CR1")
'io.quarkus:quarkus-devservices-postgresql:jar:2.9.0.CR1'
<dependency org="io.quarkus" name="quarkus-devservices-postgresql" rev="2.9.0.CR1">
<artifact name="quarkus-devservices-postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-devservices-postgresql', version='2.9.0.CR1')
)
libraryDependencies += "io.quarkus" % "quarkus-devservices-postgresql" % "2.9.0.CR1"
[io.quarkus/quarkus-devservices-postgresql "2.9.0.CR1"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-datasource-deployment-spi | jar | |
org.testcontainers : postgresql | jar | |
io.quarkus : quarkus-devservices-common | jar | |
org.postgresql : postgresql | jar |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
org.jboss.logmanager : jboss-logmanager-embedded | jar | |
io.quarkus : quarkus-bom | pom | 2.9.0.CR1 |