Download android-database-sqlcipher-3.5.6.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.6 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

android-database-sqlcipher-3.5.6-javadoc.jar
android-database-sqlcipher-3.5.6-sources.jar
android-database-sqlcipher-3.5.6.pom



Related Tutorials