l

lock-core

The core lock implements.
Files download
File Operation
lock-core-0.0.1.jar download
lock-core-0.0.1.pom download
lock-core-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.houbb</groupId>
  <artifactId>lock-core</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.houbb:lock-core:0.0.1'
Gradle Kotlin
implementation("com.github.houbb:lock-core:0.0.1")
Scala SBT
libraryDependencies += "com.github.houbb" % "lock-core" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.houbb', module='lock-core', version='0.0.1')
)
Apache Ivy
<dependency org="com.github.houbb" name="lock-core" rev="0.0.1" />
Leiningen
[com.github.houbb/lock-core "0.0.1"]
Apache Buildr
'com.github.houbb:lock-core:jar:0.0.1'