Categories |
CategoriesCLI User Interface Apollo Container Microservices |
---|---|
GroupId | GroupIdcom.spotify |
ArtifactId | ArtifactIdapollo-okhttp-client |
Version | Version1.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.spotify/apollo-okhttp-client/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-okhttp-client</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/apollo-okhttp-client/
implementation 'com.spotify:apollo-okhttp-client:1.4.0'
// https://jarcasting.com/artifacts/com.spotify/apollo-okhttp-client/
implementation ("com.spotify:apollo-okhttp-client:1.4.0")
'com.spotify:apollo-okhttp-client:jar:1.4.0'
<dependency org="com.spotify" name="apollo-okhttp-client" rev="1.4.0">
<artifact name="apollo-okhttp-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='apollo-okhttp-client', version='1.4.0')
)
libraryDependencies += "com.spotify" % "apollo-okhttp-client" % "1.4.0"
[com.spotify/apollo-okhttp-client "1.4.0"]