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