io.github.lamtong:easylock-client

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

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.lamtong
ArtifactId

ArtifactId

easylock-client
Last Version

Last Version

1.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download easylock-client

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
io.github.lamtong : easylock-common jar 1.3.2
io.netty : netty-all Optional jar 4.1.6.Final

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.0.0