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