Files download
File Operation
android-shell-1.0.0.jar download
android-shell-1.0.0.pom download
android-shell-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jaredrummler</groupId>
  <artifactId>android-shell</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.jaredrummler:android-shell:1.0.0'
Gradle Kotlin
implementation("com.jaredrummler:android-shell:1.0.0")
Scala SBT
libraryDependencies += "com.jaredrummler" % "android-shell" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.jaredrummler', module='android-shell', version='1.0.0')
)
Apache Ivy
<dependency org="com.jaredrummler" name="android-shell" rev="1.0.0" />
Leiningen
[com.jaredrummler/android-shell "1.0.0"]
Apache Buildr
'com.jaredrummler:android-shell:jar:1.0.0'