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