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.

This artifact may shadow a release on Maven Central. You should search there for a canonical release.

Leiningen/Boot

[jline "0.9.94"]

Clojure CLI/deps.edn

jline/jline {:mvn/version "0.9.94"}

Gradle

implementation("jline:jline:0.9.94")

Maven

<dependency>
  <groupId>jline</groupId>
  <artifactId>jline</artifactId>
  <version>0.9.94</version>
</dependency>