<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-jdbc-h2-parent</artifactId> <version>3.6.3</version> <type>pom</type> </dependency>
implementation 'io.quarkus:quarkus-jdbc-h2-parent:3.6.3'
implementation("io.quarkus:quarkus-jdbc-h2-parent:3.6.3")
libraryDependencies += "io.quarkus" % "quarkus-jdbc-h2-parent" % "3.6.3"
@Grapes( @Grab(group='io.quarkus', module='quarkus-jdbc-h2-parent', version='3.6.3') )
<dependency org="io.quarkus" name="quarkus-jdbc-h2-parent" rev="3.6.3" />
[io.quarkus/quarkus-jdbc-h2-parent "3.6.3"]
'io.quarkus:quarkus-jdbc-h2-parent:jar:3.6.3'
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-jdbc-parent</artifactId> <version>3.6.3</version> </parent>