MVN

com.coditory.sherlock : sherlock-reactor

Maven & Gradle

Aug 09, 2019
33 stars

sherlock-reactor · Distributed Lock Library for JVM

<dependency>
    <groupId>com.coditory.sherlock</groupId>
    <artifactId>sherlock-reactor</artifactId>
    <version>0.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.coditory.sherlock : sherlock-reactor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.2

All Versions

Choose a version of com.coditory.sherlock : sherlock-reactor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
sherlock-reactor-0.2.2
sherlock-reactor-0.2.1
sherlock-reactor-0.2.0
0.1.x
sherlock-reactor-0.1.13
sherlock-reactor-0.1.12
sherlock-reactor-0.1.11
sherlock-reactor-0.1.10
sherlock-reactor-0.1.9
sherlock-reactor-0.1.8
sherlock-reactor-0.1.7
sherlock-reactor-0.1.6
sherlock-reactor-0.1.5
sherlock-reactor-0.1.4

How to add a dependency to Maven

Add the following com.coditory.sherlock : sherlock-reactor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.coditory.sherlock</groupId>
    <artifactId>sherlock-reactor</artifactId>
    <version>0.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.coditory.sherlock : sherlock-reactor gradle dependency to your build.gradle file:

implementation 'com.coditory.sherlock:sherlock-reactor:0.2.2'

Gradle Kotlin DSL: Add the following com.coditory.sherlock : sherlock-reactor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.coditory.sherlock:sherlock-reactor:0.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.coditory.sherlock : sherlock-reactor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.coditory.sherlock" % "sherlock-reactor" % "0.2.2"

Advertisement