Jar examples for 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.
You can download jar file jline 2.14.3 in this page.
The BSD License
You can use the following script to add jline-2.14.3.jar to your project.
<dependency> <groupId>jline</groupId> <artifactId>jline</artifactId> <version>2.14.3</version> </dependency>
compile group: 'jline', name: 'jline', version: '2.14.3'
libraryDependencies += "jline" % "jline" % "2.14.3"
<dependency org="jline" name="jline" rev="2.14.3"/>
@Grapes(@Grab(group='jline', module='jline', version='2.14.3'))
'jline:jline:jar:2.14.3'
Click the following link to download the jar file.
jline-2.14.3-javadoc.jar