| Категории |
КатегорииWildFly Контейнер Application Servers config Библиотеки уровня приложения Configuration |
|---|---|
| Группа | Группаio.thorntail |
| Идентификатор | Идентификаторmicroprofile-config-wildfly-dist |
| Версия | Версия1.8.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.thorntail/microprofile-config-wildfly-dist/ -->
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>microprofile-config-wildfly-dist</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/microprofile-config-wildfly-dist/
implementation 'io.thorntail:microprofile-config-wildfly-dist:1.8.0'
// https://jarcasting.com/artifacts/io.thorntail/microprofile-config-wildfly-dist/
implementation ("io.thorntail:microprofile-config-wildfly-dist:1.8.0")
'io.thorntail:microprofile-config-wildfly-dist:jar:1.8.0'
<dependency org="io.thorntail" name="microprofile-config-wildfly-dist" rev="1.8.0">
<artifact name="microprofile-config-wildfly-dist" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='microprofile-config-wildfly-dist', version='1.8.0')
)
libraryDependencies += "io.thorntail" % "microprofile-config-wildfly-dist" % "1.8.0"
[io.thorntail/microprofile-config-wildfly-dist "1.8.0"]