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