Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.dawn9117 |
ArtifactId | ArtifactIdrlock-spring-boot-samples |
Version | Version1.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.dawn9117/rlock-spring-boot-samples/ -->
<dependency>
<groupId>com.github.dawn9117</groupId>
<artifactId>rlock-spring-boot-samples</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dawn9117/rlock-spring-boot-samples/
implementation 'com.github.dawn9117:rlock-spring-boot-samples:1.0.5'
// https://jarcasting.com/artifacts/com.github.dawn9117/rlock-spring-boot-samples/
implementation ("com.github.dawn9117:rlock-spring-boot-samples:1.0.5")
'com.github.dawn9117:rlock-spring-boot-samples:jar:1.0.5'
<dependency org="com.github.dawn9117" name="rlock-spring-boot-samples" rev="1.0.5">
<artifact name="rlock-spring-boot-samples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dawn9117', module='rlock-spring-boot-samples', version='1.0.5')
)
libraryDependencies += "com.github.dawn9117" % "rlock-spring-boot-samples" % "1.0.5"
[com.github.dawn9117/rlock-spring-boot-samples "1.0.5"]