a

android-shell

A powerful image downloading and caching library for Android
https://github.com/jrummyapps/android-shell
The Apache Software License, Version 2.0
JRummy Apps Inc.
Files download
File Operation
android-shell-1.0.1.pom download
android-shell-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jrummyapps</groupId>
  <artifactId>android-shell</artifactId>
  <version>1.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.jrummyapps:android-shell:1.0.1'
Gradle Kotlin
implementation("com.jrummyapps:android-shell:1.0.1")
Scala SBT
libraryDependencies += "com.jrummyapps" % "android-shell" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.jrummyapps', module='android-shell', version='1.0.1')
)
Apache Ivy
<dependency org="com.jrummyapps" name="android-shell" rev="1.0.1" />
Leiningen
[com.jrummyapps/android-shell "1.0.1"]
Apache Buildr
'com.jrummyapps:android-shell:jar:1.0.1'