Categories |
CategoriesApollo Container Microservices |
---|---|
GroupId | GroupIdcom.spotify |
ArtifactId | ArtifactIdapollo-extra |
Version | Version1.17.5 |
Type | Typejar |
Filename | Size |
---|---|
apollo-extra-1.17.5.pom | |
apollo-extra-1.17.5.jar | 20 KB |
apollo-extra-1.17.5-sources.jar | 15 KB |
apollo-extra-1.17.5-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/apollo-extra/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-extra</artifactId>
<version>1.17.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/apollo-extra/
implementation 'com.spotify:apollo-extra:1.17.5'
// https://jarcasting.com/artifacts/com.spotify/apollo-extra/
implementation ("com.spotify:apollo-extra:1.17.5")
'com.spotify:apollo-extra:jar:1.17.5'
<dependency org="com.spotify" name="apollo-extra" rev="1.17.5">
<artifact name="apollo-extra" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='apollo-extra', version='1.17.5')
)
libraryDependencies += "com.spotify" % "apollo-extra" % "1.17.5"
[com.spotify/apollo-extra "1.17.5"]