License |
License |
---|---|
GroupId | GroupIdnl.littlerobots.cupboard-tools |
ArtifactId | ArtifactIdsqlcipher |
Last Version | Last Version0.3.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionSQLCipher support for Cupboard
Wraps the SQLiteDatabase implementation of SQLCipher for use with Cupboard
|
Filename | Size |
---|---|
sqlcipher-0.3.1.pom | |
sqlcipher-0.3.1.aar | 3 KB |
sqlcipher-0.3.1-sources.jar | 2 KB |
sqlcipher-0.3.1-javadoc.jar | 23 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
nl.qbusict : cupboard | jar | 2.2.0 |
net.zetetic : android-database-sqlcipher | jar | 3.5.4 |