License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.liumapp.redis |
ArtifactId | ArtifactIdredis-operator |
Last Version | Last Versionv2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionredis-operator
using redis in SpringBoot , with 5 kinds of data structure.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
redis-operator-v2.0.0.pom | |
redis-operator-v2.0.0.jar | 11 KB |
redis-operator-v2.0.0-sources.jar | 10 KB |
redis-operator-v2.0.0-javadoc.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.liumapp.redis/redis-operator/ -->
<dependency>
<groupId>com.liumapp.redis</groupId>
<artifactId>redis-operator</artifactId>
<version>v2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.liumapp.redis/redis-operator/
implementation 'com.liumapp.redis:redis-operator:v2.0.0'
// https://jarcasting.com/artifacts/com.liumapp.redis/redis-operator/
implementation ("com.liumapp.redis:redis-operator:v2.0.0")
'com.liumapp.redis:redis-operator:jar:v2.0.0'
<dependency org="com.liumapp.redis" name="redis-operator" rev="v2.0.0">
<artifact name="redis-operator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liumapp.redis', module='redis-operator', version='v2.0.0')
)
libraryDependencies += "com.liumapp.redis" % "redis-operator" % "v2.0.0"
[com.liumapp.redis/redis-operator "v2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.0.2.RELEASE |
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.0.2.RELEASE |
redis.clients : jedis | jar | 2.9.0 |
org.apache.commons : commons-pool2 | jar | 2.4.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.2.RELEASE |