MVN

com.redislabs : jredisgraph

Maven & Gradle

Aug 30, 2022
57 stars

JRedisGraph · Official client for Redis-Graph

<dependency>
    <groupId>com.redislabs</groupId>
    <artifactId>jredisgraph</artifactId>
    <version>2.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.redislabs : jredisgraph to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.1
  • Latest Release Candidate: 2.6.0-rc3

All Versions

Choose a version of com.redislabs : jredisgraph to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
jredisgraph-2.6.0-rc3
jredisgraph-2.6.0-RC2
2.5.x
jredisgraph-2.5.1
jredisgraph-2.5.0
2.4.x
jredisgraph-2.4.0
2.3.x
jredisgraph-2.3.0
2.2.x
jredisgraph-2.2.0
2.1.x
jredisgraph-2.1.0
2.0.x
jredisgraph-2.0.2
jredisgraph-2.0.1
jredisgraph-2.0.0
jredisgraph-2.0.0-rc3
jredisgraph-2.0.0-rc2
jredisgraph-2.0.0-rc1
1.0.x
jredisgraph-1.0.6
jredisgraph-1.0.5
jredisgraph-1.0.4
jredisgraph-1.0.3
jredisgraph-1.0.2
jredisgraph-1.0.1

How to add a dependency to Maven

Add the following com.redislabs : jredisgraph maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.redislabs</groupId>
    <artifactId>jredisgraph</artifactId>
    <version>2.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.redislabs : jredisgraph gradle dependency to your build.gradle file:

implementation 'com.redislabs:jredisgraph:2.5.1'

Gradle Kotlin DSL: Add the following com.redislabs : jredisgraph gradle kotlin dependency to your build.gradle.kts file:

implementation("com.redislabs:jredisgraph:2.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.redislabs : jredisgraph sbt scala dependency to your build.sbt file:

libraryDependencies += "com.redislabs" % "jredisgraph" % "2.5.1"

Advertisement

Dependencies from Group

Nov 19, 2021
12 usages
138 stars
Apr 01, 2021
7 usages
22 stars
May 10, 2021
5 usages
224 stars
Jun 23, 2021
4 usages
48 stars
May 08, 2018
3 usages
11.4k stars

Discover Dependencies