Last Version

Android InMemory Asynchronous DB Helper 3.1.1

A set of helper class to keep a copy of small SQLite databases in memory in Android

License

License

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

org.gawst
ArtifactId

ArtifactId

asyncdb
Version

Version

3.1.1
Type

Type

jar
Description

Description

Android InMemory Asynchronous DB Helper
A set of helper class to keep a copy of small SQLite databases in memory in Android
Project URL

Project URL

https://github.com/robUx4/InMemoryDb
Source Code Management

Source Code Management

https://github.com/robUx4/InMemoryDb

Download asyncdb 3.1.1


<!-- https://jarcasting.com/artifacts/org.gawst/asyncdb/ -->
<dependency>
    <groupId>org.gawst</groupId>
    <artifactId>asyncdb</artifactId>
    <version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.gawst/asyncdb/
implementation 'org.gawst:asyncdb:3.1.1'
// https://jarcasting.com/artifacts/org.gawst/asyncdb/
implementation ("org.gawst:asyncdb:3.1.1")
'org.gawst:asyncdb:jar:3.1.1'
<dependency org="org.gawst" name="asyncdb" rev="3.1.1">
  <artifact name="asyncdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gawst', module='asyncdb', version='3.1.1')
)
libraryDependencies += "org.gawst" % "asyncdb" % "3.1.1"
[org.gawst/asyncdb "3.1.1"]

Dependencies

compile (1)

Group / Artifact Type Version
com.android.support » support-annotations jar 21.0.3

Project Modules

There are no modules declared in this project.