MVN

com.apollographql.apollo3 : apollo-testing-support-apple

Maven & Gradle

Oct 23, 2021
3.6k stars

Apollo testing support · Apollo testing support

<dependency>
    <groupId>com.apollographql.apollo3</groupId>
    <artifactId>apollo-testing-support-apple</artifactId>
    <version>3.0.0-beta01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.apollographql.apollo3 : apollo-testing-support-apple to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-beta01
  • Latest Beta: 3.0.0-beta01

All Versions

Choose a version of com.apollographql.apollo3 : apollo-testing-support-apple to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
apollo-testing-support-apple-3.0.0-beta01

How to add a dependency to Maven

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

<dependency>
    <groupId>com.apollographql.apollo3</groupId>
    <artifactId>apollo-testing-support-apple</artifactId>
    <version>3.0.0-beta01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.apollographql.apollo3 : apollo-testing-support-apple gradle dependency to your build.gradle file:

implementation 'com.apollographql.apollo3:apollo-testing-support-apple:3.0.0-beta01'

Gradle Kotlin DSL: Add the following com.apollographql.apollo3 : apollo-testing-support-apple gradle kotlin dependency to your build.gradle.kts file:

implementation("com.apollographql.apollo3:apollo-testing-support-apple:3.0.0-beta01")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.apollographql.apollo3 : apollo-testing-support-apple sbt scala dependency to your build.sbt file:

libraryDependencies += "com.apollographql.apollo3" % "apollo-testing-support-apple" % "3.0.0-beta01"

Advertisement