| Группа | Группаio.github.ks-shim.klay |
|---|---|
| Идентификатор | Идентификаторklay-core |
| Версия | Версия0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| klay-core-0.1.pom | |
| klay-core-0.1.jar | 29 KB |
| klay-core-0.1-sources.jar | 17 KB |
| klay-core-0.1-javadoc.jar | 157 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.ks-shim.klay/klay-core/ -->
<dependency>
<groupId>io.github.ks-shim.klay</groupId>
<artifactId>klay-core</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ks-shim.klay/klay-core/
implementation 'io.github.ks-shim.klay:klay-core:0.1'
// https://jarcasting.com/artifacts/io.github.ks-shim.klay/klay-core/
implementation ("io.github.ks-shim.klay:klay-core:0.1")
'io.github.ks-shim.klay:klay-core:jar:0.1'
<dependency org="io.github.ks-shim.klay" name="klay-core" rev="0.1">
<artifact name="klay-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ks-shim.klay', module='klay-core', version='0.1')
)
libraryDependencies += "io.github.ks-shim.klay" % "klay-core" % "0.1"
[io.github.ks-shim.klay/klay-core "0.1"]