| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.houbb | 
    
| ArtifactId | ArtifactIdlock-api | 
    
| Last Version | Last Version0.0.4 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionThe lock tool for java. 
         | 
    
| Filename | Size | 
|---|---|
| lock-api-0.0.4.pom | |
| lock-api-0.0.4.jar | 2 KB | 
| lock-api-0.0.4-sources.jar | 1 KB | 
| lock-api-0.0.4-javadoc.jar | 32 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.houbb/lock-api/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>lock-api</artifactId>
    <version>0.0.4</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.houbb/lock-api/
implementation 'com.github.houbb:lock-api:0.0.4'
                // https://jarcasting.com/artifacts/com.github.houbb/lock-api/
implementation ("com.github.houbb:lock-api:0.0.4")
                'com.github.houbb:lock-api:jar:0.0.4'
                <dependency org="com.github.houbb" name="lock-api" rev="0.0.4">
  <artifact name="lock-api" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.houbb', module='lock-api', version='0.0.4')
)
                libraryDependencies += "com.github.houbb" % "lock-api" % "0.0.4"
                [com.github.houbb/lock-api "0.0.4"]