License |
License |
---|---|
GroupId | GroupIdio.github.pearstack |
ArtifactId | ArtifactIdlock-core |
Version | Version0.0.2 |
Type | Typejar |
Description |
DescriptionA distributed lock that supports the use of Redis and Zookeeper, out of the box, fast and easy to use
|
Filename | Size |
---|---|
lock-core-0.0.2.pom | |
lock-core-0.0.2.jar | 10 KB |
lock-core-0.0.2-sources.jar | 7 KB |
lock-core-0.0.2-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.pearstack/lock-core/ -->
<dependency>
<groupId>io.github.pearstack</groupId>
<artifactId>lock-core</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pearstack/lock-core/
implementation 'io.github.pearstack:lock-core:0.0.2'
// https://jarcasting.com/artifacts/io.github.pearstack/lock-core/
implementation ("io.github.pearstack:lock-core:0.0.2")
'io.github.pearstack:lock-core:jar:0.0.2'
<dependency org="io.github.pearstack" name="lock-core" rev="0.0.2">
<artifact name="lock-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pearstack', module='lock-core', version='0.0.2')
)
libraryDependencies += "io.github.pearstack" % "lock-core" % "0.0.2"
[io.github.pearstack/lock-core "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-integration | jar | |
org.springframework.boot : spring-boot-starter-aop | jar | |
cn.hutool : hutool-core | jar | 5.7.17 |
org.springframework.boot : spring-boot-starter-validation | jar | |
org.projectlombok : lombok Optional | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |