From ea790d600f43914214ab41d32e3b81c799918e3f Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Tue, 6 Oct 2015 20:10:05 +0200 Subject: [PATCH] Updated README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d2e077..37a70fd 100644 --- a/README.md +++ b/README.md @@ -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. ``` io.termd termd-core - 1.0.0-SNAPSHOT + 1.0.0 ``` +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)