r

readline-all

Æsh (Another Extendable SHell) Readline and Terminal API
Apache License, Version 2.0
Jean-Francois Denise Ståle Pedersen
文件下载
文件名 操作
readline-all-2.6.pom 下载
Apache Maven
<dependency>
  <groupId>org.aesh</groupId>
  <artifactId>readline-all</artifactId>
  <version>2.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.aesh:readline-all:2.6'
Gradle Kotlin
implementation("org.aesh:readline-all:2.6")
Scala SBT
libraryDependencies += "org.aesh" % "readline-all" % "2.6"
Groovy Grape
@Grapes(
  @Grab(group='org.aesh', module='readline-all', version='2.6')
)
Apache Ivy
<dependency org="org.aesh" name="readline-all" rev="2.6" />
Leiningen
[org.aesh/readline-all "2.6"]
Apache Buildr
'org.aesh:readline-all:jar:2.6'