Last Version

SQLite JNR binding 0.2.0

JDBC Driver for SQLite using JNR

License

License

Categories

Categories

SQLite Data Databases JNR Development Tools Native
GroupId

GroupId

com.github.gwenn
ArtifactId

ArtifactId

sqlite-jnr
Version

Version

0.2.0
Type

Type

jar
Description

Description

SQLite JNR binding
JDBC Driver for SQLite using JNR
Project URL

Project URL

https://github.com/gwenn/sqlite-jna
Source Code Management

Source Code Management

https://github.com/gwenn/sqlite-jna

Download sqlite-jnr 0.2.0


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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.jnr : jnr-ffi jar 2.1.9
com.github.gwenn : sqlite-parser jar 0.1.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.slf4j : slf4j-log4j12 jar 1.7.25

Project Modules

There are no modules declared in this project.