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:
46
46
47
47
Or use it as a maven dependency:
48
48
49
+ ### Official Releases
50
+
49
51
``` xml
50
52
<dependency >
51
53
<groupId >redis.clients</groupId >
@@ -56,6 +58,29 @@ Or use it as a maven dependency:
56
58
</dependency >
57
59
```
58
60
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
+
59
84
To use it just:
60
85
61
86
``` java
You can’t perform that action at this time.
0 commit comments