jedis 2.0.0 for maven usage

<dependency>
    <groupId>redis.clients</groupId>
    <artifactId>jedis</artifactId>
    <version>2.0.0</version>
</dependency>

reference:http://mvnrepository.com/artifact/redis.clients/jedis/2.0.0

原文地址:https://www.cnblogs.com/lexus/p/2351005.html