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