r

readline-extensions

Commands that may be used as part of a Æsh readline program
Apache License, Version 2.0
Files download
File Operation
readline-extensions-1.0.jar download
readline-extensions-1.0.pom download
readline-extensions-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.aesh</groupId>
  <artifactId>readline-extensions</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.aesh:readline-extensions:1.0'
Gradle Kotlin
implementation("org.aesh:readline-extensions:1.0")
Scala SBT
libraryDependencies += "org.aesh" % "readline-extensions" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.aesh', module='readline-extensions', version='1.0')
)
Apache Ivy
<dependency org="org.aesh" name="readline-extensions" rev="1.0" />
Leiningen
[org.aesh/readline-extensions "1.0"]
Apache Buildr
'org.aesh:readline-extensions:jar:1.0'