Quarkus - JDBC Sqlite - Runtime

Parent POM for Quarkiverse projects that includes the default release and artifact publishing related configuration

License

License

Categories

Categories

Quarkus Container Microservices SQLite Data Databases
GroupId

GroupId

io.quarkiverse.jdbc
ArtifactId

ArtifactId

quarkus-jdbc-sqlite
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Quarkus - JDBC Sqlite - Runtime
Parent POM for Quarkiverse projects that includes the default release and artifact publishing related configuration
Project Organization

Project Organization

JBoss by Red Hat

Download quarkus-jdbc-sqlite

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
io.quarkus : quarkus-arc jar
io.quarkus : quarkus-agroal Optional jar
org.xerial : sqlite-jdbc jar 3.36.0.3
com.github.gwenn : sqlite-dialect jar 0.1.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0