SmallRye: MicroProfile Config Parent (relocation)

Relocation for MicroProfile Config artifact

Лицензия

Лицензия

Категории

Категории

config Библиотеки уровня приложения Configuration
Группа

Группа

io.smallrye
Идентификатор

Идентификатор

smallrye-config-parent
Последняя версия

Последняя версия

1.5.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

SmallRye: MicroProfile Config Parent (relocation)
Relocation for MicroProfile Config artifact
Ссылка на сайт

Ссылка на сайт

http://smallrye.io
Система контроля версий

Система контроля версий

https://github.com/smallrye/smallrye-config/tree/reloc

Скачать smallrye-config-parent

Имя Файла Размер
smallrye-config-parent-1.5.0.pom 5 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-config-parent/ -->
<dependency>
    <groupId>io.smallrye</groupId>
    <artifactId>smallrye-config-parent</artifactId>
    <version>1.5.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-config-parent/
implementation 'io.smallrye:smallrye-config-parent:1.5.0'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-config-parent/
implementation ("io.smallrye:smallrye-config-parent:1.5.0")
'io.smallrye:smallrye-config-parent:pom:1.5.0'
<dependency org="io.smallrye" name="smallrye-config-parent" rev="1.5.0">
  <artifact name="smallrye-config-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-config-parent', version='1.5.0')
)
libraryDependencies += "io.smallrye" % "smallrye-config-parent" % "1.5.0"
[io.smallrye/smallrye-config-parent "1.5.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

badge Quality Gate Status License Maven

SmallRye Config

SmallRye Config is an implementation of Eclipse MicroProfile Config.

Instructions

Compile and test the project:

mvn verify

Generate the documentation (from the doc folder):

antora generate antora-playbook.yml

Project structure

  • common - A set of reusable components to extend SmallRye Config

  • doc - Project documentation.

  • implementation - Implementation of the Eclipse MicroProfile Config API.

  • sources - Implementation of different Eclipse MicroProfile ConfigSources

  • testsuite - Test suite to run the implementation against the Eclipse MicroProfile Config TCK.

  • utils - A set of additional extensions to enhance MicroProfile Config

Contributing

Please refer to our Wiki for the Contribution Guidelines.

io.smallrye

SmallRye

Версии библиотеки

Версия
1.5.0
1.4.1
1.4.0
1.3.11
1.3.10
1.3.9
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0