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