dlock-spring-boot-starter

distributed lock springboot starter base on redis

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.boylong12
ArtifactId

ArtifactId

dlock-spring-boot-starter
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

dlock-spring-boot-starter
distributed lock springboot starter base on redis
Project URL

Project URL

https://github.com/boylong12/dlock

Download dlock-spring-boot-starter

How to add to project

<!-- 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.boylong12/dlock-spring-boot-starter/
implementation 'com.github.boylong12:dlock-spring-boot-starter:0.0.3'
// https://jarcasting.com/artifacts/com.github.boylong12/dlock-spring-boot-starter/
implementation ("com.github.boylong12:dlock-spring-boot-starter:0.0.3")
'com.github.boylong12:dlock-spring-boot-starter:jar:0.0.3'
<dependency org="com.github.boylong12" name="dlock-spring-boot-starter" rev="0.0.3">
  <artifact name="dlock-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.boylong12', module='dlock-spring-boot-starter', version='0.0.3')
)
libraryDependencies += "com.github.boylong12" % "dlock-spring-boot-starter" % "0.0.3"
[com.github.boylong12/dlock-spring-boot-starter "0.0.3"]

Dependencies

compile (3)

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

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok Optional jar 1.18.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.2
0.0.1