| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRedis Данные Базы данных |
| Группа | Группаcom.github.fangjinuo.agileway |
| Идентификатор | Идентификаторagileway-redis |
| Версия | Версия3.1.4 |
| Тип | Типjar |
| Описание |
Описаниеcom.github.fangjinuo.agileway:agileway-redis:3.1.4
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
|
| Имя Файла | Размер |
|---|---|
| agileway-redis-3.1.4.pom | |
| agileway-redis-3.1.4.jar | 73 KB |
| agileway-redis-3.1.4-sources.jar | 27 KB |
| agileway-redis-3.1.4-javadoc.jar | 227 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-redis/ -->
<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-redis</artifactId>
<version>3.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-redis/
implementation 'com.github.fangjinuo.agileway:agileway-redis:3.1.4'
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-redis/
implementation ("com.github.fangjinuo.agileway:agileway-redis:3.1.4")
'com.github.fangjinuo.agileway:agileway-redis:jar:3.1.4'
<dependency org="com.github.fangjinuo.agileway" name="agileway-redis" rev="3.1.4">
<artifact name="agileway-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.agileway', module='agileway-redis', version='3.1.4')
)
libraryDependencies += "com.github.fangjinuo.agileway" % "agileway-redis" % "3.1.4"
[com.github.fangjinuo.agileway/agileway-redis "3.1.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.fangjinuo.agileway : agileway-codec | jar | 3.1.4 |
| com.github.fangjinuo.easyjson : easyjson-core | jar | 3.2.17 |
| org.springframework.data : spring-data-redis | jar | 1.8.23.RELEASE |
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| com.github.fangjinuo.easyjson : easyjson-jackson | jar | 3.2.17 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.1 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.22 |
| org.slf4j : slf4j-api | jar | 1.7.22 |
| com.github.fangjinuo.langx : langx-java | jar | 4.6.7 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |