<dependency> <groupId>com.redislabs</groupId> <artifactId>jredisgraph</artifactId> <version>1.0.6</version> </dependency>
implementation 'com.redislabs:jredisgraph:1.0.6'
implementation("com.redislabs:jredisgraph:1.0.6")
libraryDependencies += "com.redislabs" % "jredisgraph" % "1.0.6"
@Grapes( @Grab(group='com.redislabs', module='jredisgraph', version='1.0.6') )
<dependency org="com.redislabs" name="jredisgraph" rev="1.0.6" />
[com.redislabs/jredisgraph "1.0.6"]
'com.redislabs:jredisgraph:jar:1.0.6'
compile
|-- org.apache.commons:commons-pool2:2.0
|-- redis.clients:jedis:3.0.1
test
|-- junit:junit:4.12