| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииHelidon Контейнер Микросервисы config Библиотеки уровня приложения Configuration |
| Группа | Группаio.helidon.config |
| Идентификатор | Идентификаторhelidon-config-yaml-mp |
| Последняя версия | Последняя версия3.0.0-M2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHelidon Config YAML MP
YAML support for Helidon MP.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/io.helidon.config/helidon-config-yaml-mp/ -->
<dependency>
<groupId>io.helidon.config</groupId>
<artifactId>helidon-config-yaml-mp</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.config/helidon-config-yaml-mp/
implementation 'io.helidon.config:helidon-config-yaml-mp:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.config/helidon-config-yaml-mp/
implementation ("io.helidon.config:helidon-config-yaml-mp:3.0.0-M2")
'io.helidon.config:helidon-config-yaml-mp:jar:3.0.0-M2'
<dependency org="io.helidon.config" name="helidon-config-yaml-mp" rev="3.0.0-M2">
<artifact name="helidon-config-yaml-mp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.config', module='helidon-config-yaml-mp', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.config" % "helidon-config-yaml-mp" % "3.0.0-M2"
[io.helidon.config/helidon-config-yaml-mp "3.0.0-M2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.helidon.config : helidon-config-yaml | jar | 3.0.0-M2 |
| jakarta.annotation : jakarta.annotation-api | jar | 2.0.0 |
| org.eclipse.microprofile.config : microprofile-config-api | jar | 3.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| org.hamcrest : hamcrest-core | jar | 1.3 |