d

distributed-lock-mongo

Files download
File Operation
distributed-lock-mongo-1.4.2.jar download
distributed-lock-mongo-1.4.2.pom download
distributed-lock-mongo-1.4.2-sources.jar download
Apache Maven
<dependency>
  <groupId>ai.platon.commons</groupId>
  <artifactId>distributed-lock-mongo</artifactId>
  <version>1.4.2</version>
</dependency>
Gradle Groovy
implementation 'ai.platon.commons:distributed-lock-mongo:1.4.2'
Gradle Kotlin
implementation("ai.platon.commons:distributed-lock-mongo:1.4.2")
Scala SBT
libraryDependencies += "ai.platon.commons" % "distributed-lock-mongo" % "1.4.2"
Groovy Grape
@Grapes(
  @Grab(group='ai.platon.commons', module='distributed-lock-mongo', version='1.4.2')
)
Apache Ivy
<dependency org="ai.platon.commons" name="distributed-lock-mongo" rev="1.4.2" />
Leiningen
[ai.platon.commons/distributed-lock-mongo "1.4.2"]
Apache Buildr
'ai.platon.commons:distributed-lock-mongo:jar:1.4.2'