is not current version
Last Version 0.0.4

com.github.houbb:lock-core 0.0.1

The core lock implements.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

lock-core
Version

Version

0.0.1
Type

Type

jar

Download lock-core 0.0.1


<!-- https://jarcasting.com/artifacts/com.github.houbb/lock-core/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>lock-core</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/lock-core/
implementation 'com.github.houbb:lock-core:0.0.1'
// https://jarcasting.com/artifacts/com.github.houbb/lock-core/
implementation ("com.github.houbb:lock-core:0.0.1")
'com.github.houbb:lock-core:jar:0.0.1'
<dependency org="com.github.houbb" name="lock-core" rev="0.0.1">
  <artifact name="lock-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='lock-core', version='0.0.1')
)
libraryDependencies += "com.github.houbb" % "lock-core" % "0.0.1"
[com.github.houbb/lock-core "0.0.1"]