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