j

jredisgraph

Official client for Redis-Graph
https://oss.redislabs.com/redisgraph
BSD 3 Clause
RedisLabs
Roi Lipman Guy Korland
Files download
File Operation
jredisgraph-1.0.2.jar download
jredisgraph-1.0.2.pom download
jredisgraph-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.redislabs</groupId>
  <artifactId>jredisgraph</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.redislabs:jredisgraph:1.0.2'
Gradle Kotlin
implementation("com.redislabs:jredisgraph:1.0.2")
Scala SBT
libraryDependencies += "com.redislabs" % "jredisgraph" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.redislabs', module='jredisgraph', version='1.0.2')
)
Apache Ivy
<dependency org="com.redislabs" name="jredisgraph" rev="1.0.2" />
Leiningen
[com.redislabs/jredisgraph "1.0.2"]
Apache Buildr
'com.redislabs:jredisgraph:jar:1.0.2'