<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-jdbc-h2</artifactId> <version>1.6.0.Final</version> </dependency>
implementation 'io.quarkus:quarkus-jdbc-h2:1.6.0.Final'
implementation("io.quarkus:quarkus-jdbc-h2:1.6.0.Final")
libraryDependencies += "io.quarkus" % "quarkus-jdbc-h2" % "1.6.0.Final"
@Grapes( @Grab(group='io.quarkus', module='quarkus-jdbc-h2', version='1.6.0.Final') )
<dependency org="io.quarkus" name="quarkus-jdbc-h2" rev="1.6.0.Final" />
[io.quarkus/quarkus-jdbc-h2 "1.6.0.Final"]
'io.quarkus:quarkus-jdbc-h2:jar:1.6.0.Final'
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-jdbc-h2-parent</artifactId> <version>1.6.0.Final</version> </parent>
compile
|-- com.h2database:h2
|-- org.locationtech.jts:jts-core:1.15.0
|-- io.quarkus:quarkus-agroal
|-- org.graalvm.nativeimage:svm