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