SQLite JDBC

SQLite JDBC library

License

License

Categories

Categories

SQLite Data Databases
GroupId

GroupId

com.github.gotson
ArtifactId

ArtifactId

sqlite-jdbc
Last Version

Last Version

3.32.3.8
Release Date

Release Date

Type

Type

jar
Description

Description

SQLite JDBC
SQLite JDBC library
Source Code Management

Source Code Management

https://github.com/xerial/sqlite-jdbc

Download sqlite-jdbc

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
3.32.3.8
3.32.3.6