Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.ft-force |
ArtifactId | ArtifactIdcoral-lock-spring-boot-starter |
Version | Version0.2.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ft-force/coral-lock-spring-boot-starter/ -->
<dependency>
<groupId>com.github.ft-force</groupId>
<artifactId>coral-lock-spring-boot-starter</artifactId>
<version>0.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ft-force/coral-lock-spring-boot-starter/
implementation 'com.github.ft-force:coral-lock-spring-boot-starter:0.2.7'
// https://jarcasting.com/artifacts/com.github.ft-force/coral-lock-spring-boot-starter/
implementation ("com.github.ft-force:coral-lock-spring-boot-starter:0.2.7")
'com.github.ft-force:coral-lock-spring-boot-starter:jar:0.2.7'
<dependency org="com.github.ft-force" name="coral-lock-spring-boot-starter" rev="0.2.7">
<artifact name="coral-lock-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ft-force', module='coral-lock-spring-boot-starter', version='0.2.7')
)
libraryDependencies += "com.github.ft-force" % "coral-lock-spring-boot-starter" % "0.2.7"
[com.github.ft-force/coral-lock-spring-boot-starter "0.2.7"]