Last Version

SQLite JNA binding 0.2.0

JDBC Driver for SQLite using JNA

License

License

Categories

Categories

SQLite Data Databases JNA Development Tools Native
GroupId

GroupId

com.github.gwenn
ArtifactId

ArtifactId

sqlite-jna
Version

Version

0.2.0
Type

Type

jar
Description

Description

SQLite JNA binding
JDBC Driver for SQLite using JNA
Project URL

Project URL

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

Source Code Management

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

Download sqlite-jna 0.2.0


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

Dependencies

compile (2)

Group / Artifact Type Version
net.java.dev.jna : jna jar 4.5.1
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.