License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.fangjinuo.agileway |
ArtifactId | ArtifactIdagileway-redis |
Version | Version2.5.1 |
Type | Typejar |
Description |
Descriptioncom.github.fangjinuo.agileway:agileway-redis:2.5.1
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
|
Filename | Size |
---|---|
agileway-redis-2.5.1.pom | |
agileway-redis-2.5.1.jar | 70 KB |
agileway-redis-2.5.1-sources.jar | 26 KB |
agileway-redis-2.5.1-javadoc.jar | 225 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-redis/ -->
<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-redis</artifactId>
<version>2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-redis/
implementation 'com.github.fangjinuo.agileway:agileway-redis:2.5.1'
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-redis/
implementation ("com.github.fangjinuo.agileway:agileway-redis:2.5.1")
'com.github.fangjinuo.agileway:agileway-redis:jar:2.5.1'
<dependency org="com.github.fangjinuo.agileway" name="agileway-redis" rev="2.5.1">
<artifact name="agileway-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.agileway', module='agileway-redis', version='2.5.1')
)
libraryDependencies += "com.github.fangjinuo.agileway" % "agileway-redis" % "2.5.1"
[com.github.fangjinuo.agileway/agileway-redis "2.5.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.fangjinuo.agileway : agileway-codec | jar | 2.5.1 |
com.github.fangjinuo.easyjson : easyjson-core | jar | 3.1.1 |
org.springframework.data : spring-data-redis | jar | 1.8.23.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.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |