distributed-lock

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

License

License

GroupId

GroupId

org.openbites
ArtifactId

ArtifactId

distributed-lock
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

https://github.com/org-openbites/distributed-lock
Source Code Management

Source Code Management

https://github.com/org-openbites/distributed-lock

Download distributed-lock

How to add to project

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

Dependencies

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

Project Modules

  • distributed-lock-core
  • distributed-lock-integration

Versions

Version
2.0.1
1.0.2
1.0.1
1.0.0