is not current version
Last Version 2.0.1

org.openbites:distributed-lock 1.0.1

A lock implementation for the purpose of protecting the critical section of a group of distributed processes.

GroupId

GroupId

org.openbites
ArtifactId

ArtifactId

distributed-lock
Version

Version

1.0.1
Type

Type

jar

Download distributed-lock 1.0.1


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