License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.boylong12 |
ArtifactId | ArtifactIddlock-spring-boot-starter |
Version | Version0.0.2 |
Type | Typejar |
Description |
Descriptiondlock-spring-boot-starter
distributed lock springboot starter base on redis
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.boylong12/dlock-spring-boot-starter/ -->
<dependency>
<groupId>com.github.boylong12</groupId>
<artifactId>dlock-spring-boot-starter</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.boylong12/dlock-spring-boot-starter/
implementation 'com.github.boylong12:dlock-spring-boot-starter:0.0.2'
// https://jarcasting.com/artifacts/com.github.boylong12/dlock-spring-boot-starter/
implementation ("com.github.boylong12:dlock-spring-boot-starter:0.0.2")
'com.github.boylong12:dlock-spring-boot-starter:jar:0.0.2'
<dependency org="com.github.boylong12" name="dlock-spring-boot-starter" rev="0.0.2">
<artifact name="dlock-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.boylong12', module='dlock-spring-boot-starter', version='0.0.2')
)
libraryDependencies += "com.github.boylong12" % "dlock-spring-boot-starter" % "0.0.2"
[com.github.boylong12/dlock-spring-boot-starter "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter Optional | jar | 2.2.6.RELEASE |
org.springframework.boot : spring-boot-starter-data-redis Optional | jar | 2.2.6.RELEASE |
org.aspectj : aspectjweaver Optional | jar | 1.9.5 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.12 |