Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdin.hocg.boot |
ArtifactId | ArtifactIdspring-boot-distributed-lock |
Version | Version1.0.19 |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-distributed-lock-1.0.19.pom | 978 bytes |
Browse |
<!-- 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.19</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.19'
// https://jarcasting.com/artifacts/in.hocg.boot/spring-boot-distributed-lock/
implementation ("in.hocg.boot:spring-boot-distributed-lock:1.0.19")
'in.hocg.boot:spring-boot-distributed-lock:pom:1.0.19'
<dependency org="in.hocg.boot" name="spring-boot-distributed-lock" rev="1.0.19">
<artifact name="spring-boot-distributed-lock" type="pom" />
</dependency>
@Grapes(
@Grab(group='in.hocg.boot', module='spring-boot-distributed-lock', version='1.0.19')
)
libraryDependencies += "in.hocg.boot" % "spring-boot-distributed-lock" % "1.0.19"
[in.hocg.boot/spring-boot-distributed-lock "1.0.19"]