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