| License |
License |
|---|---|
| Categories |
CategoriesRedis Data Databases |
| GroupId | GroupIdcom.github.spullara.redis |
| ArtifactId | ArtifactIdredis |
| Last Version | Last Version0.7 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionredis
A very fast Java redis redis.client.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| redis-0.7.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.spullara.redis/redis/ -->
<dependency>
<groupId>com.github.spullara.redis</groupId>
<artifactId>redis</artifactId>
<version>0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.spullara.redis/redis/
implementation 'com.github.spullara.redis:redis:0.7'
// https://jarcasting.com/artifacts/com.github.spullara.redis/redis/
implementation ("com.github.spullara.redis:redis:0.7")
'com.github.spullara.redis:redis:pom:0.7'
<dependency org="com.github.spullara.redis" name="redis" rev="0.7">
<artifact name="redis" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.spullara.redis', module='redis', version='0.7')
)
libraryDependencies += "com.github.spullara.redis" % "redis" % "0.7"
[com.github.spullara.redis/redis "0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 13.0.1 |
| com.github.spullara.cli-parser : cli-parser | jar | 1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |