License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdio.github.ivetech.auxiliaries |
ArtifactId | ArtifactIdaux-redis |
Last Version | Last Version1.1.1-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionaux-redis
Simple JedisTemplate Client for Java ,Easy to use Anywhere ;Also Easy integrate with Spring Framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
aux-redis-1.1.1-RELEASE.pom | |
aux-redis-1.1.1-RELEASE.jar | 26 KB |
aux-redis-1.1.1-RELEASE-sources.jar | 9 KB |
aux-redis-1.1.1-RELEASE-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.ivetech.auxiliaries/aux-redis/ -->
<dependency>
<groupId>io.github.ivetech.auxiliaries</groupId>
<artifactId>aux-redis</artifactId>
<version>1.1.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ivetech.auxiliaries/aux-redis/
implementation 'io.github.ivetech.auxiliaries:aux-redis:1.1.1-RELEASE'
// https://jarcasting.com/artifacts/io.github.ivetech.auxiliaries/aux-redis/
implementation ("io.github.ivetech.auxiliaries:aux-redis:1.1.1-RELEASE")
'io.github.ivetech.auxiliaries:aux-redis:jar:1.1.1-RELEASE'
<dependency org="io.github.ivetech.auxiliaries" name="aux-redis" rev="1.1.1-RELEASE">
<artifact name="aux-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ivetech.auxiliaries', module='aux-redis', version='1.1.1-RELEASE')
)
libraryDependencies += "io.github.ivetech.auxiliaries" % "aux-redis" % "1.1.1-RELEASE"
[io.github.ivetech.auxiliaries/aux-redis "1.1.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.7 |
redis.clients : jedis | jar | 2.9.0 |
org.springframework : spring-beans | jar | 4.2.4.RELEASE |
org.springframework : spring-context | jar | 4.2.4.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.8 |
org.springframework : spring-test | jar | 4.2.4.RELEASE |
junit : junit | jar | 4.12 |