is not current version
Last Version 2.10.0.Final

io.quarkus:quarkus-jdbc-h2 1.0.0.CR1

H2 database connector

Categories

Categories

Quarkus Container Microservices H2 Data Databases
GroupId

GroupId

io.quarkus
ArtifactId

ArtifactId

quarkus-jdbc-h2
Version

Version

1.0.0.CR1
Type

Type

jar

Download quarkus-jdbc-h2 1.0.0.CR1


<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-jdbc-h2/ -->
<dependency>
    <groupId>io.quarkus</groupId>
    <artifactId>quarkus-jdbc-h2</artifactId>
    <version>1.0.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-jdbc-h2/
implementation 'io.quarkus:quarkus-jdbc-h2:1.0.0.CR1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-jdbc-h2/
implementation ("io.quarkus:quarkus-jdbc-h2:1.0.0.CR1")
'io.quarkus:quarkus-jdbc-h2:jar:1.0.0.CR1'
<dependency org="io.quarkus" name="quarkus-jdbc-h2" rev="1.0.0.CR1">
  <artifact name="quarkus-jdbc-h2" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-jdbc-h2', version='1.0.0.CR1')
)
libraryDependencies += "io.quarkus" % "quarkus-jdbc-h2" % "1.0.0.CR1"
[io.quarkus/quarkus-jdbc-h2 "1.0.0.CR1"]