License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.github.pearstack |
ArtifactId | ArtifactIdlock-spring-boot-starter |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionlock-spring-boot-starter
A distributed lock that supports the use of Redis and Zookeeper, out of the box, fast and easy to use
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lock-spring-boot-starter-0.0.3.pom | 5 KB |
Browse |
<!-- 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.3</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.3'
// https://jarcasting.com/artifacts/io.github.pearstack/lock-spring-boot-starter/
implementation ("io.github.pearstack:lock-spring-boot-starter:0.0.3")
'io.github.pearstack:lock-spring-boot-starter:pom:0.0.3'
<dependency org="io.github.pearstack" name="lock-spring-boot-starter" rev="0.0.3">
<artifact name="lock-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.pearstack', module='lock-spring-boot-starter', version='0.0.3')
)
libraryDependencies += "io.github.pearstack" % "lock-spring-boot-starter" % "0.0.3"
[io.github.pearstack/lock-spring-boot-starter "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |