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