| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииHelidon Контейнер Микросервисы config Библиотеки уровня приложения Configuration |
| Группа | Группаio.helidon.config |
| Идентификатор | Идентификаторhelidon-config-mp |
| Версия | Версия3.0.0-M1 |
| Тип | Типjar |
| Описание |
ОписаниеHelidon Config MP
Core of the implementation of MicroProfile Config specification
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| helidon-config-mp-3.0.0-M1.pom | |
| helidon-config-mp-3.0.0-M1.jar | 79 KB |
| helidon-config-mp-3.0.0-M1-sources.jar | 38 KB |
| helidon-config-mp-3.0.0-M1-javadoc.jar | 143 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.helidon.config/helidon-config-mp/ -->
<dependency>
<groupId>io.helidon.config</groupId>
<artifactId>helidon-config-mp</artifactId>
<version>3.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.config/helidon-config-mp/
implementation 'io.helidon.config:helidon-config-mp:3.0.0-M1'
// https://jarcasting.com/artifacts/io.helidon.config/helidon-config-mp/
implementation ("io.helidon.config:helidon-config-mp:3.0.0-M1")
'io.helidon.config:helidon-config-mp:jar:3.0.0-M1'
<dependency org="io.helidon.config" name="helidon-config-mp" rev="3.0.0-M1">
<artifact name="helidon-config-mp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.config', module='helidon-config-mp', version='3.0.0-M1')
)
libraryDependencies += "io.helidon.config" % "helidon-config-mp" % "3.0.0-M1"
[io.helidon.config/helidon-config-mp "3.0.0-M1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| jakarta.annotation : jakarta.annotation-api | jar | 2.0.0 |
| io.helidon.common : helidon-common | jar | 3.0.0-M1 |
| io.helidon.common : helidon-common-service-loader | jar | 3.0.0-M1 |
| io.helidon.config : helidon-config | jar | 3.0.0-M1 |
| org.eclipse.microprofile.config : microprofile-config-api | jar | 3.0.1 |
| io.helidon.config : helidon-config-yaml-mp | jar | 3.0.0-M1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| org.hamcrest : hamcrest-all | jar | 1.3 |