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