Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Oct 6, 2015
1 parent c0dc5a3 commit ea790d6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -6,16 +6,18 @@ An open source library for writing terminal applications in Java under ASL 2.0.

### Consuming the lib

Build it yourself or consume the snapshot from [Sonatype OSS repository](https://oss.sonatype.org/content/repositories/snapshots/io/termd/termd-core/)
Add this dependency to your build.

```
<dependency>
<groupId>io.termd</groupId>
<artifactId>termd-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
```

Snapshots are available from [Sonatype OSS repository](https://oss.sonatype.org/content/repositories/snapshots/io/termd/termd-core/)

### Features

- Telnet/SSH using _Netty 4_ or [_Vert.x 3_](https://github.com/vert-x3/vertx-shell)
Expand Down

0 comments on commit ea790d6

Please sign in to comment.