| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.mafgwo.common.distributed-lock |
| Идентификатор | Идентификаторcommon-distributed-lock |
| Версия | Версия1.0.0 |
| Тип | Типpom |
| Описание |
Описаниеcommon-distributed-lock
Spring Boot Support for Distributed Lock
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| common-distributed-lock-1.0.0.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.mafgwo.common.distributed-lock/common-distributed-lock/ -->
<dependency>
<groupId>com.mafgwo.common.distributed-lock</groupId>
<artifactId>common-distributed-lock</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mafgwo.common.distributed-lock/common-distributed-lock/
implementation 'com.mafgwo.common.distributed-lock:common-distributed-lock:1.0.0'
// https://jarcasting.com/artifacts/com.mafgwo.common.distributed-lock/common-distributed-lock/
implementation ("com.mafgwo.common.distributed-lock:common-distributed-lock:1.0.0")
'com.mafgwo.common.distributed-lock:common-distributed-lock:pom:1.0.0'
<dependency org="com.mafgwo.common.distributed-lock" name="common-distributed-lock" rev="1.0.0">
<artifact name="common-distributed-lock" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mafgwo.common.distributed-lock', module='common-distributed-lock', version='1.0.0')
)
libraryDependencies += "com.mafgwo.common.distributed-lock" % "common-distributed-lock" % "1.0.0"
[com.mafgwo.common.distributed-lock/common-distributed-lock "1.0.0"]