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