| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.kohthecodemaster |
| Идентификатор | Идентификаторkoh-std-lib |
| Версия | Версия0.0.4 |
| Тип | Типjar |
| Описание |
ОписаниеKOH-Std-Lib
This project is a Java-Library with Utilities to ease up the tasks.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]