Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.lamtong |
ArtifactId | ArtifactIdeasylock-spring-boot-starter |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.lamtong/easylock-spring-boot-starter/ -->
<dependency>
<groupId>io.github.lamtong</groupId>
<artifactId>easylock-spring-boot-starter</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lamtong/easylock-spring-boot-starter/
implementation 'io.github.lamtong:easylock-spring-boot-starter:1.2.0'
// https://jarcasting.com/artifacts/io.github.lamtong/easylock-spring-boot-starter/
implementation ("io.github.lamtong:easylock-spring-boot-starter:1.2.0")
'io.github.lamtong:easylock-spring-boot-starter:jar:1.2.0'
<dependency org="io.github.lamtong" name="easylock-spring-boot-starter" rev="1.2.0">
<artifact name="easylock-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lamtong', module='easylock-spring-boot-starter', version='1.2.0')
)
libraryDependencies += "io.github.lamtong" % "easylock-spring-boot-starter" % "1.2.0"
[io.github.lamtong/easylock-spring-boot-starter "1.2.0"]