| Categories |
CategoriesRedis Data Databases |
|---|---|
| GroupId | GroupIdcom.redislabs |
| ArtifactId | ArtifactIdjredisgraph |
| Version | Version2.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jredisgraph-2.0.1.pom | |
| jredisgraph-2.0.1.jar | 44 KB |
| jredisgraph-2.0.1-sources.jar | 26 KB |
| jredisgraph-2.0.1-javadoc.jar | 220 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.redislabs/jredisgraph/ -->
<dependency>
<groupId>com.redislabs</groupId>
<artifactId>jredisgraph</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.redislabs/jredisgraph/
implementation 'com.redislabs:jredisgraph:2.0.1'
// https://jarcasting.com/artifacts/com.redislabs/jredisgraph/
implementation ("com.redislabs:jredisgraph:2.0.1")
'com.redislabs:jredisgraph:jar:2.0.1'
<dependency org="com.redislabs" name="jredisgraph" rev="2.0.1">
<artifact name="jredisgraph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redislabs', module='jredisgraph', version='2.0.1')
)
libraryDependencies += "com.redislabs" % "jredisgraph" % "2.0.1"
[com.redislabs/jredisgraph "2.0.1"]