j

jredisgraph

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