j

jredisgraph

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