b

bubble-fireworks-plugin-lock

distributed lock achieve, contains redis lock, zookeeper lock and mysql db lock
Apache License, Version 2.0
文件下载
文件名 操作
bubble-fireworks-plugin-lock-2021.5.jar 下载
bubble-fireworks-plugin-lock-2021.5.pom 下载
bubble-fireworks-plugin-lock-2021.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>cn.fxbin.bubble</groupId>
  <artifactId>bubble-fireworks-plugin-lock</artifactId>
  <version>2021.5</version>
</dependency>
Gradle Groovy
implementation 'cn.fxbin.bubble:bubble-fireworks-plugin-lock:2021.5'
Gradle Kotlin
implementation("cn.fxbin.bubble:bubble-fireworks-plugin-lock:2021.5")
Scala SBT
libraryDependencies += "cn.fxbin.bubble" % "bubble-fireworks-plugin-lock" % "2021.5"
Groovy Grape
@Grapes(
  @Grab(group='cn.fxbin.bubble', module='bubble-fireworks-plugin-lock', version='2021.5')
)
Apache Ivy
<dependency org="cn.fxbin.bubble" name="bubble-fireworks-plugin-lock" rev="2021.5" />
Leiningen
[cn.fxbin.bubble/bubble-fireworks-plugin-lock "2021.5"]
Apache Buildr
'cn.fxbin.bubble:bubble-fireworks-plugin-lock:jar:2021.5'