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