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