| Categories | 
                CategoriesKeY Data Data Formats Formal Verification | 
        
|---|---|
| GroupId | GroupIdbike.donkey | 
    
| ArtifactId | ArtifactIdlock-kit | 
    
| Last Version | Last Version0.1.1 | 
        
| Release Date | Release Date | 
        
| Type | Typeaar | 
    
| Description | 
            Description | 
    
| Filename | Size | 
|---|---|
| lock-kit-0.1.1.pom | |
| lock-kit-0.1.1-sources.jar | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/bike.donkey/lock-kit/ -->
<dependency>
    <groupId>bike.donkey</groupId>
    <artifactId>lock-kit</artifactId>
    <version>0.1.1</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/bike.donkey/lock-kit/
implementation 'bike.donkey:lock-kit:0.1.1'
                // https://jarcasting.com/artifacts/bike.donkey/lock-kit/
implementation ("bike.donkey:lock-kit:0.1.1")
                'bike.donkey:lock-kit:aar:0.1.1'
                <dependency org="bike.donkey" name="lock-kit" rev="0.1.1">
  <artifact name="lock-kit" type="aar" />
</dependency>
                @Grapes(
@Grab(group='bike.donkey', module='lock-kit', version='0.1.1')
)
                libraryDependencies += "bike.donkey" % "lock-kit" % "0.1.1"
                [bike.donkey/lock-kit "0.1.1"]