SmallRye: MicroProfile Config TCK

SmallRye Parent POM

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

1.3.7
Дата

Дата

Тип

Тип

jar
Описание

Описание

SmallRye: MicroProfile Config TCK
SmallRye Parent POM

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

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

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

Зависимости

provided (2)

Идентификатор библиотеки Тип Версия
javax.enterprise : cdi-api jar 2.0.SP1
javax.annotation : javax.annotation-api jar 1.3.2

test (6)

Идентификатор библиотеки Тип Версия
io.smallrye : smallrye-config jar 1.3.7
org.eclipse.microprofile.config : microprofile-config-tck jar 1.3
org.jboss.weld : weld-api jar 3.1.Final
org.jboss.weld : weld-spi jar 3.1.Final
org.jboss.weld : weld-core-impl jar 3.1.0.Final
org.jboss.arquillian.container : arquillian-weld-embedded jar 2.0.1.Final

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

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

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.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0