Last Version

easylock 1.3.2

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
Version

Version

1.3.2
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 1.3.2

Filename Size
easylock-1.3.2.pom 5 KB
Browse

<!-- 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