Download sqlite-1.0.5.jar file - Jar s

Jar examples for s:sqlite

Description

Modern API for SQLiteDatabase and ContentResolver

You can download jar file sqlite 1.0.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add sqlite-1.0.5.jar to your project.

<dependency>
   <groupId>com.harium.database</groupId>
   <artifactId>sqlite</artifactId>
   <version>1.0.5</version>
</dependency>
compile group: 'com.harium.database', name: 'sqlite', version: '1.0.5'
libraryDependencies += "com.harium.database" % "sqlite" % "1.0.5"
<dependency org="com.harium.database" name="sqlite" rev="1.0.5"/>
@Grapes(@Grab(group='com.harium.database', module='sqlite', version='1.0.5'))
'com.harium.database:sqlite:jar:1.0.5'

Download

Click the following link to download the jar file.

sqlite-1.0.5-javadoc.jar
sqlite-1.0.5-sources.jar
sqlite-1.0.5.jar
sqlite-1.0.5.pom



Related Tutorials