is not current version
Last Version 1.3.0

com.thekayani:hklib 1.0.6

This library contains various helper methods, classes, and features to enable rapid application development.

GroupId

GroupId

com.thekayani
ArtifactId

ArtifactId

hklib
Version

Version

1.0.6
Type

Type

jar

Download hklib 1.0.6


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