| Категории |
КатегорииApollo Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.spotify |
| Идентификатор | Идентификаторapollo-http-service |
| Версия | Версия1.6.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| apollo-http-service-1.6.0.pom | |
| apollo-http-service-1.6.0.jar | 9 KB |
| apollo-http-service-1.6.0-sources.jar | 8 KB |
| apollo-http-service-1.6.0-javadoc.jar | 35 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.spotify/apollo-http-service/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-http-service</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/apollo-http-service/
implementation 'com.spotify:apollo-http-service:1.6.0'
// https://jarcasting.com/artifacts/com.spotify/apollo-http-service/
implementation ("com.spotify:apollo-http-service:1.6.0")
'com.spotify:apollo-http-service:jar:1.6.0'
<dependency org="com.spotify" name="apollo-http-service" rev="1.6.0">
<artifact name="apollo-http-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='apollo-http-service', version='1.6.0')
)
libraryDependencies += "com.spotify" % "apollo-http-service" % "1.6.0"
[com.spotify/apollo-http-service "1.6.0"]