| License |
License |
|---|---|
| Categories |
CategoriesRedis Data Databases |
| GroupId | GroupIdorg.elypia.retropia |
| ArtifactId | ArtifactIdextensions-redis |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionretropia
An extension for Retrofit to provide a subjectively cleaner interface and additional utilities.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| extensions-redis-1.2.0.pom | |
| extensions-redis-1.2.0.jar | 2 KB |
| extensions-redis-1.2.0-sources.jar | 2 KB |
| extensions-redis-1.2.0-javadoc.jar | 390 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.elypia.retropia/extensions-redis/ -->
<dependency>
<groupId>org.elypia.retropia</groupId>
<artifactId>extensions-redis</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.elypia.retropia/extensions-redis/
implementation 'org.elypia.retropia:extensions-redis:1.2.0'
// https://jarcasting.com/artifacts/org.elypia.retropia/extensions-redis/
implementation ("org.elypia.retropia:extensions-redis:1.2.0")
'org.elypia.retropia:extensions-redis:jar:1.2.0'
<dependency org="org.elypia.retropia" name="extensions-redis" rev="1.2.0">
<artifact name="extensions-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elypia.retropia', module='extensions-redis', version='1.2.0')
)
libraryDependencies += "org.elypia.retropia" % "extensions-redis" % "1.2.0"
[org.elypia.retropia/extensions-redis "1.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.elypia.retropia : core | jar | 1.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| redis.clients : jedis | jar | 3.3.0 |