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