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