is not current version
Last Version 2.10.0.Final

Quarkus - JDBC - H2 - Runtime 2.0.0.CR2

Connect to the H2 database via JDBC

License

License

Categories

Categories

Quarkus Container Microservices H2 Data Databases
GroupId

GroupId

io.quarkus
ArtifactId

ArtifactId

quarkus-jdbc-h2
Version

Version

2.0.0.CR2
Type

Type

jar
Description

Description

Quarkus - JDBC - H2 - Runtime
Connect to the H2 database via JDBC
Project Organization

Project Organization

JBoss by Red Hat

Download quarkus-jdbc-h2 2.0.0.CR2


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

Dependencies

compile (4)

Group / Artifact Type Version
io.quarkus : quarkus-arc jar
com.h2database : h2 jar
org.locationtech.jts : jts-core jar 1.15.0
io.quarkus : quarkus-agroal Optional jar

provided (1)

Group / Artifact Type Version
org.graalvm.nativeimage : svm jar

Project Modules

There are no modules declared in this project.