| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаin.hocg.boot |
| Идентификатор | Идентификаторspring-boot-distributed-lock |
| Версия | Версия1.0.32 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| spring-boot-distributed-lock-1.0.32.pom | 972 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/in.hocg.boot/spring-boot-distributed-lock/ -->
<dependency>
<groupId>in.hocg.boot</groupId>
<artifactId>spring-boot-distributed-lock</artifactId>
<version>1.0.32</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/in.hocg.boot/spring-boot-distributed-lock/
implementation 'in.hocg.boot:spring-boot-distributed-lock:1.0.32'
// https://jarcasting.com/artifacts/in.hocg.boot/spring-boot-distributed-lock/
implementation ("in.hocg.boot:spring-boot-distributed-lock:1.0.32")
'in.hocg.boot:spring-boot-distributed-lock:pom:1.0.32'
<dependency org="in.hocg.boot" name="spring-boot-distributed-lock" rev="1.0.32">
<artifact name="spring-boot-distributed-lock" type="pom" />
</dependency>
@Grapes(
@Grab(group='in.hocg.boot', module='spring-boot-distributed-lock', version='1.0.32')
)
libraryDependencies += "in.hocg.boot" % "spring-boot-distributed-lock" % "1.0.32"
[in.hocg.boot/spring-boot-distributed-lock "1.0.32"]