l

lock-spring

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