java-jline 1.0
Console input handling library
JLine is a Java library for handling console input. It is similar in functionality to BSD editline and GNU readline but with additional features that bring it on par with the Z shell line editor.
- Outputs:
out
- Website: https://jline.github.io
- Licenses: Modified BSD
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
Installation
Install java-jline 1.0
as follows:
guix install java-jline@1.0
Or install the latest version:
guix install java-jline
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.