JLine is a Java library for handling console input, providing line editing and history.
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline-reader</artifactId>
<version>4.1.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a LineReader and reads a line of input from the console.
Use JLine 3.x if you need compatibility with older versions.
No dependency data recorded yet.