MVN

com.apollographql.apollo3 : apollo-http-cache-api

Maven & Gradle

Jun 21, 2021
3 usages
3.6k stars

Apollo GraphQL http cache api · Apollo GraphQL http cache api required by runtime

<dependency>
    <groupId>com.apollographql.apollo3</groupId>
    <artifactId>apollo-http-cache-api</artifactId>
    <version>3.0.0-dev13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.apollographql.apollo3 : apollo-http-cache-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-dev13

All Versions

Choose a version of com.apollographql.apollo3 : apollo-http-cache-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
apollo-http-cache-api-3.0.0-dev13
apollo-http-cache-api-3.0.0-dev12
apollo-http-cache-api-3.0.0-dev11
apollo-http-cache-api-3.0.0-dev10
apollo-http-cache-api-3.0.0-dev9
apollo-http-cache-api-3.0.0-dev8
apollo-http-cache-api-3.0.0-dev7
apollo-http-cache-api-3.0.0-dev6
apollo-http-cache-api-3.0.0-dev5
apollo-http-cache-api-3.0.0-dev4
apollo-http-cache-api-3.0.0-dev3
apollo-http-cache-api-3.0.0-dev2

How to add a dependency to Maven

Add the following com.apollographql.apollo3 : apollo-http-cache-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.apollographql.apollo3</groupId>
    <artifactId>apollo-http-cache-api</artifactId>
    <version>3.0.0-dev13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.apollographql.apollo3 : apollo-http-cache-api gradle dependency to your build.gradle file:

implementation 'com.apollographql.apollo3:apollo-http-cache-api:3.0.0-dev13'

Gradle Kotlin DSL: Add the following com.apollographql.apollo3 : apollo-http-cache-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.apollographql.apollo3:apollo-http-cache-api:3.0.0-dev13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.apollographql.apollo3 : apollo-http-cache-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.apollographql.apollo3" % "apollo-http-cache-api" % "3.0.0-dev13"