is not current version
Last Version 1.2

com.github.nicolasjafelle:qachee 1.1

Qachee is a generic cache system to use specially for Android Apps.

GroupId

GroupId

com.github.nicolasjafelle
ArtifactId

ArtifactId

qachee
Version

Version

1.1
Type

Type

aar

Download qachee 1.1


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