is not current version
Last Version 0.2.0

com.github.gwenn:sqlite-jna 0.1.0

JDBC Driver for SQLite using JNA

Categories

Categories

SQLite Data Databases JNA Development Tools Native
GroupId

GroupId

com.github.gwenn
ArtifactId

ArtifactId

sqlite-jna
Version

Version

0.1.0
Type

Type

jar

Download sqlite-jna 0.1.0


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