Skip to content

Commit a64c110

Browse files
Jiri Holusaremkop
authored andcommitted
Add Maven coordinates to JLine2/3 modules
1 parent 35be57b commit a64c110

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

picocli-shell-jline2/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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
3747
import java.io.IOException;
3848
import java.io.PrintWriter;

picocli-shell-jline3/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

7282
See examples for older versions on the [wiki](https://github.com/remkop/picocli/wiki/JLine-3-Examples).

0 commit comments

Comments
 (0)