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