Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdin.hocg.boot |
ArtifactId | ArtifactIddistributed-lock-spring-boot-autoconfigure |
Version | Version1.0.27 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/in.hocg.boot/distributed-lock-spring-boot-autoconfigure/ -->
<dependency>
<groupId>in.hocg.boot</groupId>
<artifactId>distributed-lock-spring-boot-autoconfigure</artifactId>
<version>1.0.27</version>
</dependency>
// https://jarcasting.com/artifacts/in.hocg.boot/distributed-lock-spring-boot-autoconfigure/
implementation 'in.hocg.boot:distributed-lock-spring-boot-autoconfigure:1.0.27'
// https://jarcasting.com/artifacts/in.hocg.boot/distributed-lock-spring-boot-autoconfigure/
implementation ("in.hocg.boot:distributed-lock-spring-boot-autoconfigure:1.0.27")
'in.hocg.boot:distributed-lock-spring-boot-autoconfigure:jar:1.0.27'
<dependency org="in.hocg.boot" name="distributed-lock-spring-boot-autoconfigure" rev="1.0.27">
<artifact name="distributed-lock-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.hocg.boot', module='distributed-lock-spring-boot-autoconfigure', version='1.0.27')
)
libraryDependencies += "in.hocg.boot" % "distributed-lock-spring-boot-autoconfigure" % "1.0.27"
[in.hocg.boot/distributed-lock-spring-boot-autoconfigure "1.0.27"]