Jar examples for a:android-database-sqlcipher
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.
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'
Click the following link to download the jar file.
android-database-sqlcipher-3.5.9-sources.jar