is not current version
Last Version 2.4.2.RELEASE

com.aeert:mlock 2.2.0.RELEASE

Annotation based distributed method lock at method level

GroupId

GroupId

com.aeert
ArtifactId

ArtifactId

mlock
Version

Version

2.2.0.RELEASE
Type

Type

jar

Download mlock 2.2.0.RELEASE


<!-- https://jarcasting.com/artifacts/com.aeert/mlock/ -->
<dependency>
    <groupId>com.aeert</groupId>
    <artifactId>mlock</artifactId>
    <version>2.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.aeert/mlock/
implementation 'com.aeert:mlock:2.2.0.RELEASE'
// https://jarcasting.com/artifacts/com.aeert/mlock/
implementation ("com.aeert:mlock:2.2.0.RELEASE")
'com.aeert:mlock:jar:2.2.0.RELEASE'
<dependency org="com.aeert" name="mlock" rev="2.2.0.RELEASE">
  <artifact name="mlock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aeert', module='mlock', version='2.2.0.RELEASE')
)
libraryDependencies += "com.aeert" % "mlock" % "2.2.0.RELEASE"
[com.aeert/mlock "2.2.0.RELEASE"]