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.2.pom download
qachee-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nicolasjafelle</groupId>
  <artifactId>qachee</artifactId>
  <version>1.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.nicolasjafelle:qachee:1.2'
Gradle Kotlin
implementation("com.github.nicolasjafelle:qachee:1.2")
Scala SBT
libraryDependencies += "com.github.nicolasjafelle" % "qachee" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nicolasjafelle', module='qachee', version='1.2')
)
Apache Ivy
<dependency org="com.github.nicolasjafelle" name="qachee" rev="1.2" />
Leiningen
[com.github.nicolasjafelle/qachee "1.2"]
Apache Buildr
'com.github.nicolasjafelle:qachee:jar:1.2'