MVN

xyz.mcxross.graphql.client : graphql-multiplatform-client

Maven & Gradle

May 18, 2024
0 stars

GraphQL Multiplatform Client · A multiplatform GraphQL client for Kotlin, supporting Android, iOS, macOS, tvOS, watchOS, Linux, Windows, and the web.

<dependency>
    <groupId>xyz.mcxross.graphql.client</groupId>
    <artifactId>graphql-multiplatform-client</artifactId>
    <version>0.1.0-beta01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.mcxross.graphql.client : graphql-multiplatform-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0-beta01
  • Latest Beta: 0.1.0-beta01

All Versions

Choose a version of xyz.mcxross.graphql.client : graphql-multiplatform-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
graphql-multiplatform-client-0.1.0-beta01

How to add a dependency to Maven

Add the following xyz.mcxross.graphql.client : graphql-multiplatform-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.mcxross.graphql.client</groupId>
    <artifactId>graphql-multiplatform-client</artifactId>
    <version>0.1.0-beta01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.mcxross.graphql.client : graphql-multiplatform-client gradle dependency to your build.gradle file:

implementation 'xyz.mcxross.graphql.client:graphql-multiplatform-client:0.1.0-beta01'

Gradle Kotlin DSL: Add the following xyz.mcxross.graphql.client : graphql-multiplatform-client gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.mcxross.graphql.client:graphql-multiplatform-client:0.1.0-beta01")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.mcxross.graphql.client : graphql-multiplatform-client sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.mcxross.graphql.client" % "graphql-multiplatform-client" % "0.1.0-beta01"