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