io.github.pearstack:lock-core

Distributed locking base code

License

License

GroupId

GroupId

io.github.pearstack
ArtifactId

ArtifactId

lock-core
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Distributed locking base code

Download lock-core

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.2
0.0.1