| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииHelidon Контейнер Микросервисы config Библиотеки уровня приложения Configuration |
| Группа | Группаio.helidon.config |
| Идентификатор | Идентификаторhelidon-config-yaml |
| Версия | Версия2.3.2 |
| Тип | Типjar |
| Описание |
ОписаниеHelidon Config YAML
YAML Parser implementation.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| helidon-config-yaml-2.3.2.pom | |
| helidon-config-yaml-2.3.2.jar | 20 KB |
| helidon-config-yaml-2.3.2-sources.jar | 12 KB |
| helidon-config-yaml-2.3.2-javadoc.jar | 410 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.helidon.config/helidon-config-yaml/ -->
<dependency>
<groupId>io.helidon.config</groupId>
<artifactId>helidon-config-yaml</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.config/helidon-config-yaml/
implementation 'io.helidon.config:helidon-config-yaml:2.3.2'
// https://jarcasting.com/artifacts/io.helidon.config/helidon-config-yaml/
implementation ("io.helidon.config:helidon-config-yaml:2.3.2")
'io.helidon.config:helidon-config-yaml:jar:2.3.2'
<dependency org="io.helidon.config" name="helidon-config-yaml" rev="2.3.2">
<artifact name="helidon-config-yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.config', module='helidon-config-yaml', version='2.3.2')
)
libraryDependencies += "io.helidon.config" % "helidon-config-yaml" % "2.3.2"
[io.helidon.config/helidon-config-yaml "2.3.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.helidon.config : helidon-config | jar | 2.3.2 |
| io.helidon.common : helidon-common | jar | 2.3.2 |
| org.yaml : snakeyaml | jar | 1.27 |
| jakarta.annotation : jakarta.annotation-api | jar | 1.3.5 |
| org.eclipse.microprofile.config : microprofile-config-api | jar | 1.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.helidon.config : helidon-config-testing | jar | 2.3.2 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| org.hamcrest : hamcrest-core | jar | 1.3 |