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