easylock

EasyLock aims to provide fundamental usage of distributed lock, based on Netty. which makes it easy for access control of shared resources.

License

License

GroupId

GroupId

io.github.lamtong
ArtifactId

ArtifactId

easylock
Last Version

Last Version

1.3.2
Release Date

Release Date

Type

Type

pom
Description

Description

easylock
EasyLock aims to provide fundamental usage of distributed lock, based on Netty. which makes it easy for access control of shared resources.
Project URL

Project URL

https://github.com/LamTong/easylock

Download easylock

Filename Size
easylock-1.3.2.pom 5 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • easylock-common
  • easylock-client
  • easylock-spring-boot-starter
  • easylock-server

Versions

Version
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.0.0