d

distributed-locks-plugin

文件下载
文件名 操作
distributed-locks-plugin-1.0.17.4.jar 下载
distributed-locks-plugin-1.0.17.4.pom 下载
distributed-locks-plugin-1.0.17.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.thebesteric.framework.agile.plugins</groupId>
  <artifactId>distributed-locks-plugin</artifactId>
  <version>1.0.17.4</version>
</dependency>
Gradle Groovy
implementation 'io.github.thebesteric.framework.agile.plugins:distributed-locks-plugin:1.0.17.4'
Gradle Kotlin
implementation("io.github.thebesteric.framework.agile.plugins:distributed-locks-plugin:1.0.17.4")
Scala SBT
libraryDependencies += "io.github.thebesteric.framework.agile.plugins" % "distributed-locks-plugin" % "1.0.17.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.thebesteric.framework.agile.plugins', module='distributed-locks-plugin', version='1.0.17.4')
)
Apache Ivy
<dependency org="io.github.thebesteric.framework.agile.plugins" name="distributed-locks-plugin" rev="1.0.17.4" />
Leiningen
[io.github.thebesteric.framework.agile.plugins/distributed-locks-plugin "1.0.17.4"]
Apache Buildr
'io.github.thebesteric.framework.agile.plugins:distributed-locks-plugin:jar:1.0.17.4'