| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRedis Данные Базы данных |
| Группа | Группаcom.wf2311 |
| Идентификатор | Идентификаторredis-distributed-lock-spring |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеredis分布式锁
|
<!-- https://jarcasting.com/artifacts/com.wf2311/redis-distributed-lock-spring/ -->
<dependency>
<groupId>com.wf2311</groupId>
<artifactId>redis-distributed-lock-spring</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wf2311/redis-distributed-lock-spring/
implementation 'com.wf2311:redis-distributed-lock-spring:1.0.0'
// https://jarcasting.com/artifacts/com.wf2311/redis-distributed-lock-spring/
implementation ("com.wf2311:redis-distributed-lock-spring:1.0.0")
'com.wf2311:redis-distributed-lock-spring:jar:1.0.0'
<dependency org="com.wf2311" name="redis-distributed-lock-spring" rev="1.0.0">
<artifact name="redis-distributed-lock-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wf2311', module='redis-distributed-lock-spring', version='1.0.0')
)
libraryDependencies += "com.wf2311" % "redis-distributed-lock-spring" % "1.0.0"
[com.wf2311/redis-distributed-lock-spring "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.wf2311 : redis-distributed-lock-common | jar | 1.0.0 |
| org.springframework.data : spring-data-redis | jar | 2.0.3.RELEASE |
| redis.clients : jedis | jar | 2.8.2 |
| org.aspectj : aspectjweaver | jar | 1.8.13 |