| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
|---|---|
| Группа | Группаio.github.portlek |
| Идентификатор | Идентификаторconfigs-yaml |
| Версия | Версия6.0.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| configs-yaml-6.0.5.pom | |
| configs-yaml-6.0.5.jar | 1 MB |
| configs-yaml-6.0.5-sources.jar | 6 KB |
| configs-yaml-6.0.5-javadoc.jar | 398 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.portlek/configs-yaml/ -->
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>configs-yaml</artifactId>
<version>6.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/configs-yaml/
implementation 'io.github.portlek:configs-yaml:6.0.5'
// https://jarcasting.com/artifacts/io.github.portlek/configs-yaml/
implementation ("io.github.portlek:configs-yaml:6.0.5")
'io.github.portlek:configs-yaml:jar:6.0.5'
<dependency org="io.github.portlek" name="configs-yaml" rev="6.0.5">
<artifact name="configs-yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='configs-yaml', version='6.0.5')
)
libraryDependencies += "io.github.portlek" % "configs-yaml" % "6.0.5"
[io.github.portlek/configs-yaml "6.0.5"]