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