| Лицензия |
Лицензия |
|---|---|
| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
| Группа | Группаcom.github.erindavid |
| Идентификатор | Идентификаторelastic-config |
| Версия | Версия1.0.0-release |
| Тип | Типpom |
| Описание |
Описаниеelastic-config
Elastic-Config - Distributed Configuration Center Based On ZooKeeper
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| elastic-config-1.0.0-release.pom | 15 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.erindavid/elastic-config/ -->
<dependency>
<groupId>com.github.erindavid</groupId>
<artifactId>elastic-config</artifactId>
<version>1.0.0-release</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.erindavid/elastic-config/
implementation 'com.github.erindavid:elastic-config:1.0.0-release'
// https://jarcasting.com/artifacts/com.github.erindavid/elastic-config/
implementation ("com.github.erindavid:elastic-config:1.0.0-release")
'com.github.erindavid:elastic-config:pom:1.0.0-release'
<dependency org="com.github.erindavid" name="elastic-config" rev="1.0.0-release">
<artifact name="elastic-config" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.erindavid', module='elastic-config', version='1.0.0-release')
)
libraryDependencies += "com.github.erindavid" % "elastic-config" % "1.0.0-release"
[com.github.erindavid/elastic-config "1.0.0-release"]