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-2.0.0-rc2.jar download
jredisgraph-2.0.0-rc2.pom download
jredisgraph-2.0.0-rc2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.redislabs</groupId>
  <artifactId>jredisgraph</artifactId>
  <version>2.0.0-rc2</version>
</dependency>
Gradle Groovy
implementation 'com.redislabs:jredisgraph:2.0.0-rc2'
Gradle Kotlin
implementation("com.redislabs:jredisgraph:2.0.0-rc2")
Scala SBT
libraryDependencies += "com.redislabs" % "jredisgraph" % "2.0.0-rc2"
Groovy Grape
@Grapes(
  @Grab(group='com.redislabs', module='jredisgraph', version='2.0.0-rc2')
)
Apache Ivy
<dependency org="com.redislabs" name="jredisgraph" rev="2.0.0-rc2" />
Leiningen
[com.redislabs/jredisgraph "2.0.0-rc2"]
Apache Buildr
'com.redislabs:jredisgraph:jar:2.0.0-rc2'