File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,16 @@ get command line TAB auto-completion for a picocli-based application running in
3333
3434## Example
3535
36+ ### Maven
37+
38+ ``` xml
39+ <dependency >
40+ <groupId >info.picocli</groupId >
41+ <artifactId >picocli-shell-jline2</artifactId >
42+ <version >4.5.1</version >
43+ </dependency >
44+ ```
45+
3646``` java
3747import java.io.IOException ;
3848import java.io.PrintWriter ;
Original file line number Diff line number Diff line change @@ -67,6 +67,16 @@ JLine [Wiki](https://github.com/jline/jline3/wiki) and some more [Demos](https:/
6767
6868## Example
6969
70+ ### Maven
71+
72+ ``` xml
73+ <dependency >
74+ <groupId >info.picocli</groupId >
75+ <artifactId >picocli-shell-jline3</artifactId >
76+ <version >4.5.1</version >
77+ </dependency >
78+ ```
79+
7080### Older versions
7181
7282See examples for older versions on the [ wiki] ( https://github.com/remkop/picocli/wiki/JLine-3-Examples ) .
You can’t perform that action at this time.
0 commit comments