License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.fangjinuo.agileway |
ArtifactId | ArtifactIdagileway-redis-springdata2 |
Version | Version2.5.3 |
Type | Typejar |
Description |
Descriptioncom.github.fangjinuo.agileway:agileway-redis-springdata2:2.5.3
Provides a large number of convenient redis tools:
distributed locks,
distributed count,
distributed cache,
distributed id generator,
jdk collection implements,
the enhanced RedisTemplate based on a specified key prefix and the agileway-codec module
|
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-redis-springdata2/ -->
<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-redis-springdata2</artifactId>
<version>2.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-redis-springdata2/
implementation 'com.github.fangjinuo.agileway:agileway-redis-springdata2:2.5.3'
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-redis-springdata2/
implementation ("com.github.fangjinuo.agileway:agileway-redis-springdata2:2.5.3")
'com.github.fangjinuo.agileway:agileway-redis-springdata2:jar:2.5.3'
<dependency org="com.github.fangjinuo.agileway" name="agileway-redis-springdata2" rev="2.5.3">
<artifact name="agileway-redis-springdata2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.agileway', module='agileway-redis-springdata2', version='2.5.3')
)
libraryDependencies += "com.github.fangjinuo.agileway" % "agileway-redis-springdata2" % "2.5.3"
[com.github.fangjinuo.agileway/agileway-redis-springdata2 "2.5.3"]
Group / Artifact | Type | Version |
---|---|---|
com.github.fangjinuo.agileway : agileway-codec | jar | 2.5.3 |
com.github.fangjinuo.easyjson : easyjson-core | jar | 3.1.1 |
org.springframework.data : spring-data-redis | jar | 2.3.4.RELEASE |
org.apache.httpcomponents : httpclient | jar | 4.3.1 |
com.github.fangjinuo.easyjson : easyjson-jackson | jar | 3.1.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.2 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api Optional | jar | 1.7.22 |
com.github.fangjinuo.langx : langx-java | jar | 3.5.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |