sherlock-reactive

Distributed Lock Library for JVM

License

License

Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

com.coditory.sherlock
ArtifactId

ArtifactId

sherlock-reactive
Last Version

Last Version

0.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

sherlock-reactive
Distributed Lock Library for JVM
Project URL

Project URL

https://github.com/coditory/sherlock-distributed-lock
Project Organization

Project Organization

Coditory
Source Code Management

Source Code Management

https://github.com/coditory/sherlock-distributed-lock

Download sherlock-reactive

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.26

runtime (1)

Group / Artifact Type Version
com.coditory.sherlock : sherlock-common jar 0.2.2

Project Modules

There are no modules declared in this project.

Sherlock Distributed Lock

Build Status Coverage Status Maven Central JavaDoc Join the chat at https://gitter.im/coditory/sherlock-distributed-lock

Distributed lock JVM library

Sherlock Distributed Lock is a JVM library that provides distributed locking mechanism. It uses a database to store locks and exposes both synchronous and reactive API. It was created as a simple solution to manage distributed locks among multiple microservices.

For details go to the documentation.

com.coditory.sherlock

Coditory

Versions

Version
0.2.2
0.2.1
0.2.0
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4