License |
License |
---|---|
GroupId | GroupIdcom.thekayani |
ArtifactId | ArtifactIdhklib |
Version | Version1.2.2 |
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.2.2.pom | |
hklib-1.2.2.jar | 532 KB |
hklib-1.2.2-sources.jar | 203 KB |
hklib-1.2.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thekayani/hklib/ -->
<dependency>
<groupId>com.thekayani</groupId>
<artifactId>hklib</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.thekayani/hklib/
implementation 'com.thekayani:hklib:1.2.2'
// https://jarcasting.com/artifacts/com.thekayani/hklib/
implementation ("com.thekayani:hklib:1.2.2")
'com.thekayani:hklib:jar:1.2.2'
<dependency org="com.thekayani" name="hklib" rev="1.2.2">
<artifact name="hklib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thekayani', module='hklib', version='1.2.2')
)
libraryDependencies += "com.thekayani" % "hklib" % "1.2.2"
[com.thekayani/hklib "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations-java5 | jar | 23.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |