j

jredisgraph

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