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