q

qachee

Qachee is a generic cache system to use specially for Android Apps.
https://github.com/nicolasjafelle/Qachee
The Apache Software License, Version 2.0
Nicolas Jafelle
Files download
File Operation
qachee-1.0.pom download
qachee-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nicolasjafelle</groupId>
  <artifactId>qachee</artifactId>
  <version>1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.nicolasjafelle:qachee:1.0'
Gradle Kotlin
implementation("com.github.nicolasjafelle:qachee:1.0")
Scala SBT
libraryDependencies += "com.github.nicolasjafelle" % "qachee" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nicolasjafelle', module='qachee', version='1.0')
)
Apache Ivy
<dependency org="com.github.nicolasjafelle" name="qachee" rev="1.0" />
Leiningen
[com.github.nicolasjafelle/qachee "1.0"]
Apache Buildr
'com.github.nicolasjafelle:qachee:jar:1.0'
Dependencies