License |
License |
---|---|
GroupId | GroupIdcom.github.nicolasjafelle |
ArtifactId | ArtifactIdqachee |
Version | Version1.2 |
Type | Typeaar |
Description |
DescriptionQachee Library
Qachee is a generic cache system to use specially for Android Apps.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
qachee-1.2.pom | |
qachee-1.2.aar | 6 KB |
qachee-1.2-sources.jar | 3 KB |
qachee-1.2-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nicolasjafelle/qachee/ -->
<dependency>
<groupId>com.github.nicolasjafelle</groupId>
<artifactId>qachee</artifactId>
<version>1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicolasjafelle/qachee/
implementation 'com.github.nicolasjafelle:qachee:1.2'
// https://jarcasting.com/artifacts/com.github.nicolasjafelle/qachee/
implementation ("com.github.nicolasjafelle:qachee:1.2")
'com.github.nicolasjafelle:qachee:aar:1.2'
<dependency org="com.github.nicolasjafelle" name="qachee" rev="1.2">
<artifact name="qachee" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicolasjafelle', module='qachee', version='1.2')
)
libraryDependencies += "com.github.nicolasjafelle" % "qachee" % "1.2"
[com.github.nicolasjafelle/qachee "1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » support-v4 | jar | 21.0.3 |