Skip to content

Commit

Permalink
Add jline-console-ui jar to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Apr 22, 2024
1 parent f01e9ef commit 67106b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ You can also use fine grained jars:
* `jline-builtins`: several high level tools: `less` pager, `nano` editor, `screen` multiplexer, etc...
* `jline-console`: command registry, object printer and widget implementations
* `jline-groovy`: `ScriptEngine` implementation using Groovy
* `jline-console-ui`: provides simple UI elements on ANSI terminals

## Supported platforms

Expand Down Expand Up @@ -127,6 +128,11 @@ JLine can also be used with more low-level jars:
<artifactId>jline-terminal</artifactId>
<version>${jline.version}</version>
</dependency>
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline-terminal-jni</artifactId>
<version>${jline.version}</version>
</dependency>
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline-reader</artifactId>
Expand Down

0 comments on commit 67106b6

Please sign in to comment.