a

apollo-http-cache-api

Apollo GraphQL http cache api required by runtime
https://github.com/apollographql/apollo-android/
MIT License
Apollo
Files download
File Operation
apollo-http-cache-api-2.2.0.jar download
apollo-http-cache-api-2.2.0.pom download
apollo-http-cache-api-2.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.apollographql.apollo</groupId>
  <artifactId>apollo-http-cache-api</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.apollographql.apollo:apollo-http-cache-api:2.2.0'
Gradle Kotlin
implementation("com.apollographql.apollo:apollo-http-cache-api:2.2.0")
Scala SBT
libraryDependencies += "com.apollographql.apollo" % "apollo-http-cache-api" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.apollographql.apollo', module='apollo-http-cache-api', version='2.2.0')
)
Apache Ivy
<dependency org="com.apollographql.apollo" name="apollo-http-cache-api" rev="2.2.0" />
Leiningen
[com.apollographql.apollo/apollo-http-cache-api "2.2.0"]
Apache Buildr
'com.apollographql.apollo:apollo-http-cache-api:jar:2.2.0'