| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.portlek |
| Идентификатор | Идентификаторyaml |
| Версия | Версия5.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеAnnotation based configuration library for any Java project.
|
| Имя Файла | Размер |
|---|---|
| yaml-5.0.0.pom | |
| yaml-5.0.0.jar | 1 MB |
| yaml-5.0.0-sources.jar | 5 KB |
| yaml-5.0.0-javadoc.jar | 397 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.portlek/yaml/ -->
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>yaml</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/yaml/
implementation 'io.github.portlek:yaml:5.0.0'
// https://jarcasting.com/artifacts/io.github.portlek/yaml/
implementation ("io.github.portlek:yaml:5.0.0")
'io.github.portlek:yaml:jar:5.0.0'
<dependency org="io.github.portlek" name="yaml" rev="5.0.0">
<artifact name="yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='yaml', version='5.0.0')
)
libraryDependencies += "io.github.portlek" % "yaml" % "5.0.0"
[io.github.portlek/yaml "5.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.github.portlek : configs-core | jar | 5.0.0 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.12.1 |
| io.github.portlek : reflection | jar | 4.0.11 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.18 |
| org.jetbrains : annotations | jar | 20.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.cactoos : cactoos | jar | 0.49 |
| org.llorllale : cactoos-matchers | jar | 0.24 |
| org.mockito : mockito-core | jar | 3.8.0 |
| org.mockito : mockito-inline | jar | 3.8.0 |
| org.junit.jupiter : junit-jupiter | jar | 5.7.1 |