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