Download android-database-sqlcipher-3.5.9.jar file - Jar a

Jar examples for a:android-database-sqlcipher

Description

SQLCipher for Android is a plugin to SQLite that provides full database encryption.

You can download jar file android-database-sqlcipher 3.5.9 in this page.

Build File

You can use the following script to add android-database-sqlcipher-3.5.9.jar to your project.

<dependency>
   <groupId>net.zetetic</groupId>
   <artifactId>android-database-sqlcipher</artifactId>
   <version>3.5.9</version>
</dependency>
compile group: 'net.zetetic', name: 'android-database-sqlcipher', version: '3.5.9'
libraryDependencies += "net.zetetic" % "android-database-sqlcipher" % "3.5.9"
<dependency org="net.zetetic" name="android-database-sqlcipher" rev="3.5.9"/>
@Grapes(@Grab(group='net.zetetic', module='android-database-sqlcipher', version='3.5.9'))
'net.zetetic:android-database-sqlcipher:jar:3.5.9'

Download

Click the following link to download the jar file.

android-database-sqlcipher-3.5.9-sources.jar
android-database-sqlcipher-3.5.9.pom



Related Tutorials