| Лицензия |
Лицензия |
|---|---|
| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
| Группа | Группаorg.microprofile-ext.config-ext |
| Идентификатор | Идентификаторconfigsource-yaml |
| Последняя версия | Последняя версия2.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеMicroprofile Config Extensions :: Yaml config source
A config that get the values from a yaml file
|
| Имя Файла | Размер |
|---|---|
| configsource-yaml-2.0.1.pom | |
| configsource-yaml-2.0.1.jar | 5 KB |
| configsource-yaml-2.0.1-sources.jar | 4 KB |
| configsource-yaml-2.0.1-javadoc.jar | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.microprofile-ext.config-ext/configsource-yaml/ -->
<dependency>
<groupId>org.microprofile-ext.config-ext</groupId>
<artifactId>configsource-yaml</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.microprofile-ext.config-ext/configsource-yaml/
implementation 'org.microprofile-ext.config-ext:configsource-yaml:2.0.1'
// https://jarcasting.com/artifacts/org.microprofile-ext.config-ext/configsource-yaml/
implementation ("org.microprofile-ext.config-ext:configsource-yaml:2.0.1")
'org.microprofile-ext.config-ext:configsource-yaml:jar:2.0.1'
<dependency org="org.microprofile-ext.config-ext" name="configsource-yaml" rev="2.0.1">
<artifact name="configsource-yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microprofile-ext.config-ext', module='configsource-yaml', version='2.0.1')
)
libraryDependencies += "org.microprofile-ext.config-ext" % "configsource-yaml" % "2.0.1"
[org.microprofile-ext.config-ext/configsource-yaml "2.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.yaml : snakeyaml | jar | 1.28 |
| org.microprofile-ext.config-ext : configsource-filebase | jar | 2.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.microprofile : microprofile | pom | 4.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jboss.weld : weld-core-impl | jar | 2.4.8.Final |
| org.jboss.arquillian.container : arquillian-weld-embedded | jar | 2.0.1.Final |
| org.jboss.arquillian.junit : arquillian-junit-container | jar | |
| junit : junit | jar | 4.13.2 |
| org.apache.geronimo.config : geronimo-config-impl | jar | 1.2.2 |
| org.assertj : assertj-core | jar | 3.19.0 |