MVN

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

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-iosx64</artifactId>
    <version>0.1.0-beta02</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.0-beta02
  • Latest Beta: 0.1.0-beta02

All Versions

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

Version Vulnerabilities Updated
0.1.x
graphql-multiplatform-client-iosx64-0.1.0-beta02

How to add a dependency to Maven

Add the following xyz.mcxross.graphql.client : graphql-multiplatform-client-iosx64 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-iosx64</artifactId>
    <version>0.1.0-beta02</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'xyz.mcxross.graphql.client:graphql-multiplatform-client-iosx64:0.1.0-beta02'

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

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

How to add a dependency to SBT Scala

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

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