License |
License |
---|---|
GroupId | GroupIdcom.thekayani |
ArtifactId | ArtifactIdhklib |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.thekayani:hklib
This library contains various helper methods, classes, and features to enable rapid application development.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hklib-1.3.0.pom | |
hklib-1.3.0.jar | 502 KB |
hklib-1.3.0-sources.jar | 192 KB |
hklib-1.3.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thekayani/hklib/ -->
<dependency>
<groupId>com.thekayani</groupId>
<artifactId>hklib</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.thekayani/hklib/
implementation 'com.thekayani:hklib:1.3.0'
// https://jarcasting.com/artifacts/com.thekayani/hklib/
implementation ("com.thekayani:hklib:1.3.0")
'com.thekayani:hklib:jar:1.3.0'
<dependency org="com.thekayani" name="hklib" rev="1.3.0">
<artifact name="hklib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thekayani', module='hklib', version='1.3.0')
)
libraryDependencies += "com.thekayani" % "hklib" % "1.3.0"
[com.thekayani/hklib "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations | jar | 23.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |