MVN

com.github.jedis-lock : jedis-lock

Maven & Gradle

May 16, 2011
15 usages
202 stars

Jedis Lock · Jedis distributed lock support

<dependency>
    <groupId>com.github.jedis-lock</groupId>
    <artifactId>jedis-lock</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jedis-lock : jedis-lock to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.github.jedis-lock : jedis-lock to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jedis-lock-1.0.0

How to add a dependency to Maven

Add the following com.github.jedis-lock : jedis-lock maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jedis-lock</groupId>
    <artifactId>jedis-lock</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jedis-lock : jedis-lock gradle dependency to your build.gradle file:

implementation 'com.github.jedis-lock:jedis-lock:1.0.0'

Gradle Kotlin DSL: Add the following com.github.jedis-lock : jedis-lock gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jedis-lock:jedis-lock:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jedis-lock : jedis-lock sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jedis-lock" % "jedis-lock" % "1.0.0"

Advertisement

Dependencies from Group

May 16, 2011
15 usages
202 stars

Discover Dependencies

Aug 17, 2023
47 usages
3.4k stars
Dec 17, 2020
7 usages
14 stars
Jun 12, 2017
22 usages
Aug 24, 2023
9 usages
0 stars
Mar 07, 2023
9 usages
402 stars
Apr 07, 2023
4 usages
6 stars
Feb 14, 2023
22 usages
7 stars
Apr 24, 2015
5 usages
1.7k stars