sherlock-api-common

Distributed Lock Library for JVM

License

License

GroupId

GroupId

com.coditory.sherlock
ArtifactId

ArtifactId

sherlock-api-common
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

sherlock-api-common
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-api-common

How to add to project

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

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.3.0

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.3.0
0.2.3