MVN

com.arianegraphql : graphql-ktx

Maven & Gradle

Sep 05, 2021
1 usages
2 stars

ariane-graphql:graphql-ktx · Lightweight Kotlin GraphQL server

<dependency>
    <groupId>com.arianegraphql</groupId>
    <artifactId>graphql-ktx</artifactId>
    <version>0.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.arianegraphql : graphql-ktx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.4

All Versions

Choose a version of com.arianegraphql : graphql-ktx to add to Maven or Gradle - All Versions:

  • Version Updated
  • graphql-ktx-0.0.4

    Sep 04, 2021
  • graphql-ktx-0.0.3

    Aug 29, 2021
  • graphql-ktx-0.0.2

    Jun 26, 2021
  • graphql-ktx-0.0.1

    Apr 20, 2021

How to add a dependency to Maven

Add the following com.arianegraphql : graphql-ktx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.arianegraphql</groupId>
    <artifactId>graphql-ktx</artifactId>
    <version>0.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.arianegraphql : graphql-ktx gradle dependency to your build.gradle file:

implementation 'com.arianegraphql:graphql-ktx:0.0.4'

Gradle Kotlin DSL: Add the following com.arianegraphql : graphql-ktx gradle kotlin dependency to your build.gradle.kts file:

implementation("com.arianegraphql:graphql-ktx:0.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.arianegraphql : graphql-ktx sbt scala dependency to your build.sbt file:

libraryDependencies += "com.arianegraphql" % "graphql-ktx" % "0.0.4"