Skip to content

Commit

Permalink
Add Maven coordinates to JLine2/3 modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiri Holusa authored and remkop committed Oct 13, 2020
1 parent 35be57b commit a64c110
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions picocli-shell-jline2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
10 changes: 10 additions & 0 deletions picocli-shell-jline3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit a64c110

Please sign in to comment.