diff --git a/README.md b/README.md index 77089c8..fabb1f7 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,17 @@ All of the following redis features are supported: You can download the latests build at: http://github.com/xetorthio/jedis/downloads +Or use it as a maven dependency: + + + redis.clients + jedis + 1.3.0 + jar + compile + + + To use it just: Jedis jedis = new Jedis("localhost");