j

jline

JLine is a java library for reading and editing user input in console applications. It features tab-completion, command history, password masking, customizable keybindings, and pass-through handlers to use to chain to other console applications.
http://jline.sourceforge.net
BSD
Marc Prud'hommeaux
Files download
File Operation
jline-0.9.94.jar download
jline-0.9.94.pom download
jline-0.9.94-sources.jar download
Apache Maven
<dependency>
  <groupId>jline</groupId>
  <artifactId>jline</artifactId>
  <version>0.9.94</version>
</dependency>
Gradle Groovy
implementation 'jline:jline:0.9.94'
Gradle Kotlin
implementation("jline:jline:0.9.94")
Scala SBT
libraryDependencies += "jline" % "jline" % "0.9.94"
Groovy Grape
@Grapes(
  @Grab(group='jline', module='jline', version='0.9.94')
)
Apache Ivy
<dependency org="jline" name="jline" rev="0.9.94" />
Leiningen
[jline/jline "0.9.94"]
Apache Buildr
'jline:jline:jar:0.9.94'
Dependencies