File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ You can download the latest build at:
4646
4747Or use it as a maven dependency:
4848
49+ ### Official Releases
50+
4951``` xml
5052<dependency >
5153 <groupId >redis.clients</groupId >
@@ -56,6 +58,29 @@ Or use it as a maven dependency:
5658</dependency >
5759```
5860
61+ ### Snapshots
62+
63+ ``` xml
64+ <repositories >
65+ <repository >
66+ <id >snapshots-repo</id >
67+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
68+ </repository >
69+ </repositories >
70+ ```
71+
72+ and
73+ ``` xml
74+ <dependencies >
75+ <dependency >
76+ <groupId >redis.clients</groupId >
77+ <artifactId >jedis</artifactId >
78+ <version >3.0.0-SNAPSHOT</version >
79+ </dependency >
80+ </dependencies >
81+ ```
82+
83+
5984To use it just:
6085
6186``` java
You can’t perform that action at this time.
0 commit comments