Last Version

com.redislabs:jredisgraph 2.6.0-RC2

Official client for Redis-Graph

Categories

Categories

Redis Data Databases
GroupId

GroupId

com.redislabs
ArtifactId

ArtifactId

jredisgraph
Version

Version

2.6.0-RC2
Type

Type

jar

Download jredisgraph 2.6.0-RC2


<!-- https://jarcasting.com/artifacts/com.redislabs/jredisgraph/ -->
<dependency>
    <groupId>com.redislabs</groupId>
    <artifactId>jredisgraph</artifactId>
    <version>2.6.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.redislabs/jredisgraph/
implementation 'com.redislabs:jredisgraph:2.6.0-RC2'
// https://jarcasting.com/artifacts/com.redislabs/jredisgraph/
implementation ("com.redislabs:jredisgraph:2.6.0-RC2")
'com.redislabs:jredisgraph:jar:2.6.0-RC2'
<dependency org="com.redislabs" name="jredisgraph" rev="2.6.0-RC2">
  <artifact name="jredisgraph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redislabs', module='jredisgraph', version='2.6.0-RC2')
)
libraryDependencies += "com.redislabs" % "jredisgraph" % "2.6.0-RC2"
[com.redislabs/jredisgraph "2.6.0-RC2"]