File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 11[ ![ license] ( https://img.shields.io/github/license/RedisGraph/JRedisGraph.svg )] ( https://github.com/RedisGraph/JRedisGraph )
2+ [ ![ GitHub issues] ( https://img.shields.io/github/release/RedisGraph/JRedisGraph.svg )] ( https://github.com/RedisGraph/JRedisGraph/releases/latest )
23[ ![ CircleCI] ( https://circleci.com/gh/RedisGraph/JRedisGraph/tree/master.svg?style=svg )] ( https://circleci.com/gh/RedisGraph/JRedisGraph/tree/master )
34[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.redislabs/jredisgraph/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.redislabs/jredisgraph )
4- [ ![ GitHub issues] ( https://img.shields.io/github/release/RedisGraph/JRedisGraph.svg )] ( https://github.com/RedisGraph/JRedisGraph/releases/latest )
55[ ![ Javadocs] ( https://www.javadoc.io/badge/com.redislabs/jredisgraph.svg )] ( https://www.javadoc.io/doc/com.redislabs/jredisgraph )
66[ ![ Codecov] ( https://codecov.io/gh/RedisGraph/JRedisGraph/branch/master/graph/badge.svg )] ( https://codecov.io/gh/RedisGraph/JRedisGraph )
77
@@ -16,7 +16,17 @@ RedisGraph Java client
1616 <dependency >
1717 <groupId >com.redislabs</groupId >
1818 <artifactId >jredisgraph</artifactId >
19- <version >1.0.4</version >
19+ <version >1.0.6</version >
20+ </dependency >
21+ </dependencies >
22+
23+ Or
24+
25+ <dependencies >
26+ <dependency >
27+ <groupId >com.redislabs</groupId >
28+ <artifactId >jredisgraph</artifactId >
29+ <version >2.0.0-rc1</version >
2030 </dependency >
2131 </dependencies >
2232```
You can’t perform that action at this time.
0 commit comments