mirror of
https://github.com/jlengrand/picocli.git
synced 2026-03-10 08:41:17 +00:00
Add Maven coordinates to JLine2/3 modules
This commit is contained in:
@@ -33,6 +33,16 @@ get command line TAB auto-completion for a picocli-based application running in
|
||||
|
||||
## Example
|
||||
|
||||
### Maven
|
||||
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>info.picocli</groupId>
|
||||
<artifactId>picocli-shell-jline2</artifactId>
|
||||
<version>4.5.1</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
```java
|
||||
import java.io.IOException;
|
||||
import java.io.PrintWriter;
|
||||
|
||||
@@ -67,6 +67,16 @@ JLine [Wiki](https://github.com/jline/jline3/wiki) and some more [Demos](https:/
|
||||
|
||||
## Example
|
||||
|
||||
### Maven
|
||||
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>info.picocli</groupId>
|
||||
<artifactId>picocli-shell-jline3</artifactId>
|
||||
<version>4.5.1</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
### Older versions
|
||||
|
||||
See examples for older versions on the [wiki](https://github.com/remkop/picocli/wiki/JLine-3-Examples).
|
||||
|
||||
Reference in New Issue
Block a user