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