is not current version
Last Version 3.0.0.M1

jline:jline 1.0

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.

Categories

Categories

JLine User Interface CLI
GroupId

GroupId

jline
ArtifactId

ArtifactId

jline
Version

Version

1.0
Type

Type

jar

Download jline 1.0


<!-- https://jarcasting.com/artifacts/jline/jline/ -->
<dependency>
    <groupId>jline</groupId>
    <artifactId>jline</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/jline/jline/
implementation 'jline:jline:1.0'
// https://jarcasting.com/artifacts/jline/jline/
implementation ("jline:jline:1.0")
'jline:jline:jar:1.0'
<dependency org="jline" name="jline" rev="1.0">
  <artifact name="jline" type="jar" />
</dependency>
@Grapes(
@Grab(group='jline', module='jline', version='1.0')
)
libraryDependencies += "jline" % "jline" % "1.0"
[jline "1.0"]