| License |
License |
|---|---|
| GroupId | GroupIdcom.vandalsoftware.android |
| ArtifactId | ArtifactIdcache-library |
| Last Version | Last Version1.0.3 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionAndroid Cache Library
Cache library for Android applications
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| cache-library-1.0.3.pom | |
| cache-library-1.0.3.aar | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.vandalsoftware.android/cache-library/ -->
<dependency>
<groupId>com.vandalsoftware.android</groupId>
<artifactId>cache-library</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.vandalsoftware.android/cache-library/
implementation 'com.vandalsoftware.android:cache-library:1.0.3'
// https://jarcasting.com/artifacts/com.vandalsoftware.android/cache-library/
implementation ("com.vandalsoftware.android:cache-library:1.0.3")
'com.vandalsoftware.android:cache-library:aar:1.0.3'
<dependency org="com.vandalsoftware.android" name="cache-library" rev="1.0.3">
<artifact name="cache-library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.vandalsoftware.android', module='cache-library', version='1.0.3')
)
libraryDependencies += "com.vandalsoftware.android" % "cache-library" % "1.0.3"
[com.vandalsoftware.android/cache-library "1.0.3"]