MVN

io.github.daggerok : distributed-lock-mongodb

Maven & Gradle

May 15, 2023
1 stars

Core distributed-lock-mongodb module

<dependency>
    <groupId>io.github.daggerok</groupId>
    <artifactId>distributed-lock-mongodb</artifactId>
    <version>3.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.daggerok : distributed-lock-mongodb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.6

All Versions

Choose a version of io.github.daggerok : distributed-lock-mongodb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
distributed-lock-mongodb-3.0.6
distributed-lock-mongodb-3.0.5-2
distributed-lock-mongodb-3.0.5
2.7.x
distributed-lock-mongodb-2.7.11
distributed-lock-mongodb-2.7.10-2
distributed-lock-mongodb-2.7.10
2.6.x
distributed-lock-mongodb-2.6.14-4
distributed-lock-mongodb-2.6.14-2
distributed-lock-mongodb-2.6.14
2.5.x
distributed-lock-mongodb-2.5.14-4
distributed-lock-mongodb-2.5.14-2
distributed-lock-mongodb-2.5.14
2.4.x
distributed-lock-mongodb-2.4.13-4
distributed-lock-mongodb-2.4.13-2
distributed-lock-mongodb-2.4.13
2.3.x
distributed-lock-mongodb-2.3.12-4
distributed-lock-mongodb-2.3.12-2
distributed-lock-mongodb-2.3.12
2.2.x
distributed-lock-mongodb-2.2.13-4
distributed-lock-mongodb-2.2.13-2
distributed-lock-mongodb-2.2.13
2.1.x
distributed-lock-mongodb-2.1.18-4
distributed-lock-mongodb-2.1.18-3
distributed-lock-mongodb-2.1.18-2
distributed-lock-mongodb-2.1.18
distributed-lock-mongodb-2.1.1
0.0.x
distributed-lock-mongodb-0.0.3
distributed-lock-mongodb-0.0.2
distributed-lock-mongodb-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.daggerok</groupId>
    <artifactId>distributed-lock-mongodb</artifactId>
    <version>3.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.daggerok : distributed-lock-mongodb gradle dependency to your build.gradle file:

implementation 'io.github.daggerok:distributed-lock-mongodb:3.0.6'

Gradle Kotlin DSL: Add the following io.github.daggerok : distributed-lock-mongodb gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.daggerok:distributed-lock-mongodb:3.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.daggerok : distributed-lock-mongodb sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.daggerok" % "distributed-lock-mongodb" % "3.0.6"