Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.redislabs |
ArtifactId | ArtifactIdjredisgraph |
Last Version | Last Version2.6.0-RC2 |
Release Date | Release Date |
Type | Typejar |
Filename | Size |
---|---|
jredisgraph-2.6.0-RC2.pom | |
jredisgraph-2.6.0-RC2.jar | 44 KB |
jredisgraph-2.6.0-RC2-sources.jar | 26 KB |
jredisgraph-2.6.0-RC2-javadoc.jar | 220 KB |
Browse |
<!-- 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"]