License |
License |
---|---|
Categories |
CategoriesApollo Container Microservices |
GroupId | GroupIdcom.spotify |
ArtifactId | ArtifactIdapollo-bom |
Last Version | Last Version1.20.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSpotify Apollo Bill of Materials
The Spotify Root project helps establish consistent Maven conventions by being the parent POM
for other participating projects.
|
Filename | Size |
---|---|
apollo-bom-1.20.4.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/apollo-bom/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.20.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/apollo-bom/
implementation 'com.spotify:apollo-bom:1.20.4'
// https://jarcasting.com/artifacts/com.spotify/apollo-bom/
implementation ("com.spotify:apollo-bom:1.20.4")
'com.spotify:apollo-bom:pom:1.20.4'
<dependency org="com.spotify" name="apollo-bom" rev="1.20.4">
<artifact name="apollo-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='apollo-bom', version='1.20.4')
)
libraryDependencies += "com.spotify" % "apollo-bom" % "1.20.4"
[com.spotify/apollo-bom "1.20.4"]