| Лицензия |
Лицензия |
|---|---|
| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
| Группа | Группаorg.hglteam |
| Идентификатор | Идентификаторremote-config |
| Версия | Версия1.0.4 |
| Тип | Типpom |
| Описание |
Описаниеremote-config
A light remote configuration client library
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| remote-config-1.0.4.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.hglteam/remote-config/ -->
<dependency>
<groupId>org.hglteam</groupId>
<artifactId>remote-config</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hglteam/remote-config/
implementation 'org.hglteam:remote-config:1.0.4'
// https://jarcasting.com/artifacts/org.hglteam/remote-config/
implementation ("org.hglteam:remote-config:1.0.4")
'org.hglteam:remote-config:pom:1.0.4'
<dependency org="org.hglteam" name="remote-config" rev="1.0.4">
<artifact name="remote-config" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hglteam', module='remote-config', version='1.0.4')
)
libraryDependencies += "org.hglteam" % "remote-config" % "1.0.4"
[org.hglteam/remote-config "1.0.4"]