is not current version
Last Version 3.36.0.3

org.xerial:sqlite-jdbc 3.6.6.2

SQLite JDBC library

Categories

Categories

SQLite Data Databases
GroupId

GroupId

org.xerial
ArtifactId

ArtifactId

sqlite-jdbc
Version

Version

3.6.6.2
Type

Type

jar

Download sqlite-jdbc 3.6.6.2


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