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