| Лицензия |
Лицензия |
|---|---|
| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
| Группа | Группаio.smallrye.config |
| Идентификатор | Идентификаторsmallrye-config-release |
| Последняя версия | Последняя версия3.0.0-RC2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеEmpty Release Project to Avoid Maven Bug
Empty Release Project to Avoid Maven Bug
|
| Имя Файла | Размер |
|---|---|
| smallrye-config-release-3.0.0-RC2.pom | 675 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.smallrye.config/smallrye-config-release/ -->
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-release</artifactId>
<version>3.0.0-RC2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.config/smallrye-config-release/
implementation 'io.smallrye.config:smallrye-config-release:3.0.0-RC2'
// https://jarcasting.com/artifacts/io.smallrye.config/smallrye-config-release/
implementation ("io.smallrye.config:smallrye-config-release:3.0.0-RC2")
'io.smallrye.config:smallrye-config-release:pom:3.0.0-RC2'
<dependency org="io.smallrye.config" name="smallrye-config-release" rev="3.0.0-RC2">
<artifact name="smallrye-config-release" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.config', module='smallrye-config-release', version='3.0.0-RC2')
)
libraryDependencies += "io.smallrye.config" % "smallrye-config-release" % "3.0.0-RC2"
[io.smallrye.config/smallrye-config-release "3.0.0-RC2"]