| License |
License |
|---|---|
| GroupId | GroupIdcom.github.kohthecodemaster |
| ArtifactId | ArtifactIdkoh-std-lib |
| Version | Version0.0.4 |
| Type | Typejar |
| Description |
DescriptionKOH-Std-Lib
This project is a Java-Library with Utilities to ease up the tasks.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| koh-std-lib-0.0.4.pom | |
| koh-std-lib-0.0.4.jar | 29 KB |
| koh-std-lib-0.0.4-sources.jar | 16 KB |
| koh-std-lib-0.0.4-javadoc.jar | 447 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.kohthecodemaster/koh-std-lib/ -->
<dependency>
<groupId>com.github.kohthecodemaster</groupId>
<artifactId>koh-std-lib</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kohthecodemaster/koh-std-lib/
implementation 'com.github.kohthecodemaster:koh-std-lib:0.0.4'
// https://jarcasting.com/artifacts/com.github.kohthecodemaster/koh-std-lib/
implementation ("com.github.kohthecodemaster:koh-std-lib:0.0.4")
'com.github.kohthecodemaster:koh-std-lib:jar:0.0.4'
<dependency org="com.github.kohthecodemaster" name="koh-std-lib" rev="0.0.4">
<artifact name="koh-std-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kohthecodemaster', module='koh-std-lib', version='0.0.4')
)
libraryDependencies += "com.github.kohthecodemaster" % "koh-std-lib" % "0.0.4"
[com.github.kohthecodemaster/koh-std-lib "0.0.4"]