License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.cynaith |
ArtifactId | ArtifactIdLightRedis |
Last Version | Last Version1.3-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLedisRedis
More convenient to store objects in Redis
|
Project URL |
Project URL |
Filename | Size |
---|---|
LightRedis-1.3-RELEASE.pom | |
LightRedis-1.3-RELEASE.jar | 17 KB |
LightRedis-1.3-RELEASE-sources.jar | 10 KB |
LightRedis-1.3-RELEASE-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cynaith/LightRedis/ -->
<dependency>
<groupId>com.github.cynaith</groupId>
<artifactId>LightRedis</artifactId>
<version>1.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cynaith/LightRedis/
implementation 'com.github.cynaith:LightRedis:1.3-RELEASE'
// https://jarcasting.com/artifacts/com.github.cynaith/LightRedis/
implementation ("com.github.cynaith:LightRedis:1.3-RELEASE")
'com.github.cynaith:LightRedis:jar:1.3-RELEASE'
<dependency org="com.github.cynaith" name="LightRedis" rev="1.3-RELEASE">
<artifact name="LightRedis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cynaith', module='LightRedis', version='1.3-RELEASE')
)
libraryDependencies += "com.github.cynaith" % "LightRedis" % "1.3-RELEASE"
[com.github.cynaith/LightRedis "1.3-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
redis.clients : jedis | jar | 3.2.0 |
cglib : cglib | jar | 3.2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |