Skip to content

Commit 67106b6

Browse files
committedApr 22, 2024·
Add jline-console-ui jar to the readme
1 parent f01e9ef commit 67106b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ You can also use fine grained jars:
5353
* `jline-builtins`: several high level tools: `less` pager, `nano` editor, `screen` multiplexer, etc...
5454
* `jline-console`: command registry, object printer and widget implementations
5555
* `jline-groovy`: `ScriptEngine` implementation using Groovy
56+
* `jline-console-ui`: provides simple UI elements on ANSI terminals
5657

5758
## Supported platforms
5859

@@ -127,6 +128,11 @@ JLine can also be used with more low-level jars:
127128
<artifactId>jline-terminal</artifactId>
128129
<version>${jline.version}</version>
129130
</dependency>
131+
<dependency>
132+
<groupId>org.jline</groupId>
133+
<artifactId>jline-terminal-jni</artifactId>
134+
<version>${jline.version}</version>
135+
</dependency>
130136
<dependency>
131137
<groupId>org.jline</groupId>
132138
<artifactId>jline-reader</artifactId>

0 commit comments

Comments
 (0)
Please sign in to comment.