| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
|---|---|
| Группа | Группаio.helixservice |
| Идентификатор | Идентификаторhelix-config |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| helix-config-1.0.0.pom | |
| helix-config-1.0.0.jar | 39 KB |
| helix-config-1.0.0-sources.jar | 32 KB |
| helix-config-1.0.0-javadoc.jar | 181 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.helixservice/helix-config/ -->
<dependency>
<groupId>io.helixservice</groupId>
<artifactId>helix-config</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.helixservice/helix-config/
implementation 'io.helixservice:helix-config:1.0.0'
// https://jarcasting.com/artifacts/io.helixservice/helix-config/
implementation ("io.helixservice:helix-config:1.0.0")
'io.helixservice:helix-config:jar:1.0.0'
<dependency org="io.helixservice" name="helix-config" rev="1.0.0">
<artifact name="helix-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helixservice', module='helix-config', version='1.0.0')
)
libraryDependencies += "io.helixservice" % "helix-config" % "1.0.0"
[io.helixservice/helix-config "1.0.0"]