SQLCipher support for Cupboard

Wraps the SQLiteDatabase implementation of SQLCipher for use with Cupboard

License

License

GroupId

GroupId

nl.littlerobots.cupboard-tools
ArtifactId

ArtifactId

sqlcipher
Last Version

Last Version

0.3.1
Release Date

Release Date

Type

Type

aar
Description

Description

SQLCipher support for Cupboard
Wraps the SQLiteDatabase implementation of SQLCipher for use with Cupboard

Download sqlcipher

How to add to project

<!-- https://jarcasting.com/artifacts/nl.littlerobots.cupboard-tools/sqlcipher/ -->
<dependency>
    <groupId>nl.littlerobots.cupboard-tools</groupId>
    <artifactId>sqlcipher</artifactId>
    <version>0.3.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/nl.littlerobots.cupboard-tools/sqlcipher/
implementation 'nl.littlerobots.cupboard-tools:sqlcipher:0.3.1'
// https://jarcasting.com/artifacts/nl.littlerobots.cupboard-tools/sqlcipher/
implementation ("nl.littlerobots.cupboard-tools:sqlcipher:0.3.1")
'nl.littlerobots.cupboard-tools:sqlcipher:aar:0.3.1'
<dependency org="nl.littlerobots.cupboard-tools" name="sqlcipher" rev="0.3.1">
  <artifact name="sqlcipher" type="aar" />
</dependency>
@Grapes(
@Grab(group='nl.littlerobots.cupboard-tools', module='sqlcipher', version='0.3.1')
)
libraryDependencies += "nl.littlerobots.cupboard-tools" % "sqlcipher" % "0.3.1"
[nl.littlerobots.cupboard-tools/sqlcipher "0.3.1"]

Dependencies

compile (2)

Group / Artifact Type Version
nl.qbusict : cupboard jar 2.2.0
net.zetetic : android-database-sqlcipher jar 3.5.4

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.1
0.3.0