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