is not current version
Last Version 1.1.2

bike.donkey:lockkit 1.0.0

Kotlin Android framework that enables interaction with BLE-enabled locks that Donkey Republic vehicles are equipped with

Categories

Categories

KeY Data Data Formats Formal Verification
GroupId

GroupId

bike.donkey
ArtifactId

ArtifactId

lockkit
Version

Version

1.0.0
Type

Type

aar

Download lockkit 1.0.0


<!-- https://jarcasting.com/artifacts/bike.donkey/lockkit/ -->
<dependency>
    <groupId>bike.donkey</groupId>
    <artifactId>lockkit</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/bike.donkey/lockkit/
implementation 'bike.donkey:lockkit:1.0.0'
// https://jarcasting.com/artifacts/bike.donkey/lockkit/
implementation ("bike.donkey:lockkit:1.0.0")
'bike.donkey:lockkit:aar:1.0.0'
<dependency org="bike.donkey" name="lockkit" rev="1.0.0">
  <artifact name="lockkit" type="aar" />
</dependency>
@Grapes(
@Grab(group='bike.donkey', module='lockkit', version='1.0.0')
)
libraryDependencies += "bike.donkey" % "lockkit" % "1.0.0"
[bike.donkey/lockkit "1.0.0"]