| Группа | Группаcom.github.kohthecodemaster |
|---|---|
| Идентификатор | Идентификаторkoh-std-lib |
| Версия | Версия0.0.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| koh-std-lib-0.0.3.pom | |
| koh-std-lib-0.0.3.jar | 14 KB |
| koh-std-lib-0.0.3-sources.jar | 7 KB |
| koh-std-lib-0.0.3-javadoc.jar | 408 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kohthecodemaster/koh-std-lib/
implementation 'com.github.kohthecodemaster:koh-std-lib:0.0.3'
// https://jarcasting.com/artifacts/com.github.kohthecodemaster/koh-std-lib/
implementation ("com.github.kohthecodemaster:koh-std-lib:0.0.3")
'com.github.kohthecodemaster:koh-std-lib:jar:0.0.3'
<dependency org="com.github.kohthecodemaster" name="koh-std-lib" rev="0.0.3">
<artifact name="koh-std-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kohthecodemaster', module='koh-std-lib', version='0.0.3')
)
libraryDependencies += "com.github.kohthecodemaster" % "koh-std-lib" % "0.0.3"
[com.github.kohthecodemaster/koh-std-lib "0.0.3"]