is not current version
Last Version 0.0.3

io.github.pearstack:lock-spring-boot-starter 0.0.1

A distributed lock that supports the use of Redis and Zookeeper, out of the box, fast and easy to use

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

io.github.pearstack
ArtifactId

ArtifactId

lock-spring-boot-starter
Version

Version

0.0.1
Type

Type

pom

Download lock-spring-boot-starter 0.0.1


<!-- https://jarcasting.com/artifacts/io.github.pearstack/lock-spring-boot-starter/ -->
<dependency>
    <groupId>io.github.pearstack</groupId>
    <artifactId>lock-spring-boot-starter</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.pearstack/lock-spring-boot-starter/
implementation 'io.github.pearstack:lock-spring-boot-starter:0.0.1'
// https://jarcasting.com/artifacts/io.github.pearstack/lock-spring-boot-starter/
implementation ("io.github.pearstack:lock-spring-boot-starter:0.0.1")
'io.github.pearstack:lock-spring-boot-starter:pom:0.0.1'
<dependency org="io.github.pearstack" name="lock-spring-boot-starter" rev="0.0.1">
  <artifact name="lock-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.pearstack', module='lock-spring-boot-starter', version='0.0.1')
)
libraryDependencies += "io.github.pearstack" % "lock-spring-boot-starter" % "0.0.1"
[io.github.pearstack/lock-spring-boot-starter "0.0.1"]