Skip to content

Commit 53194dd

Browse files
gkorlandmarcosnils
authored andcommitted
Update README with SNAPSHOT (#1893)
1 parent b7120ee commit 53194dd

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ You can download the latest build at:
4646

4747
Or 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+
5984
To use it just:
6085

6186
```java

0 commit comments

Comments
 (0)