Jar examples for s:sqlite-driver
JVM SQLite driver for SQLDelight
You can download jar file sqlite-driver 1.0.0-alpha2 in this page.
The Apache Software License, Version 2.0
You can use the following script to add sqlite-driver-1.0.0-alpha2.jar to your project.
<dependency> <groupId>com.squareup.sqldelight</groupId> <artifactId>sqlite-driver</artifactId> <version>1.0.0-alpha2</version> </dependency>
compile group: 'com.squareup.sqldelight', name: 'sqlite-driver', version: '1.0.0-alpha2'
libraryDependencies += "com.squareup.sqldelight" % "sqlite-driver" % "1.0.0-alpha2"
<dependency org="com.squareup.sqldelight" name="sqlite-driver" rev="1.0.0-alpha2"/>
@Grapes(@Grab(group='com.squareup.sqldelight', module='sqlite-driver', version='1.0.0-alpha2'))
'com.squareup.sqldelight:sqlite-driver:jar:1.0.0-alpha2'
Click the following link to download the jar file.
sqlite-driver-1.0.0-alpha2-javadoc.jar