| Лицензия |
Лицензия |
|---|---|
| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
| Группа | Группаio.smallrye.config |
| Идентификатор | Идентификаторsmallrye-config-parent |
| Последняя версия | Последняя версия3.0.0-RC2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSmallRye: MicroProfile Config Parent
SmallRye Parent POM
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| smallrye-config-parent-3.0.0-RC2.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.smallrye.config/smallrye-config-parent/ -->
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-parent</artifactId>
<version>3.0.0-RC2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.config/smallrye-config-parent/
implementation 'io.smallrye.config:smallrye-config-parent:3.0.0-RC2'
// https://jarcasting.com/artifacts/io.smallrye.config/smallrye-config-parent/
implementation ("io.smallrye.config:smallrye-config-parent:3.0.0-RC2")
'io.smallrye.config:smallrye-config-parent:pom:3.0.0-RC2'
<dependency org="io.smallrye.config" name="smallrye-config-parent" rev="3.0.0-RC2">
<artifact name="smallrye-config-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.config', module='smallrye-config-parent', version='3.0.0-RC2')
)
libraryDependencies += "io.smallrye.config" % "smallrye-config-parent" % "3.0.0-RC2"
[io.smallrye.config/smallrye-config-parent "3.0.0-RC2"]