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