MVN

com.expedia.www : graphql-kotlin

Maven & Gradle

Dec 18, 2018
1.6k stars

graphql-kotlin · Code-only GraphQL schema generation for Kotlin

<dependency>
    <groupId>com.expedia.www</groupId>
    <artifactId>graphql-kotlin</artifactId>
    <version>0.0.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.expedia.www : graphql-kotlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.26

All Versions

Choose a version of com.expedia.www : graphql-kotlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
graphql-kotlin-0.0.26
graphql-kotlin-0.0.25
graphql-kotlin-0.0.24
graphql-kotlin-0.0.23
graphql-kotlin-0.0.22
graphql-kotlin-0.0.21
graphql-kotlin-0.0.20
graphql-kotlin-0.0.19
graphql-kotlin-0.0.18
graphql-kotlin-0.0.17
graphql-kotlin-0.0.12
graphql-kotlin-0.0.11
graphql-kotlin-0.0.10
graphql-kotlin-0.0.9
graphql-kotlin-0.0.8
graphql-kotlin-0.0.7
graphql-kotlin-0.0.6
DEVELOPMENT
graphql-kotlin-DEVELOPMENT

How to add a dependency to Maven

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

<dependency>
    <groupId>com.expedia.www</groupId>
    <artifactId>graphql-kotlin</artifactId>
    <version>0.0.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.expedia.www : graphql-kotlin gradle dependency to your build.gradle file:

implementation 'com.expedia.www:graphql-kotlin:0.0.26'

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

implementation("com.expedia.www:graphql-kotlin:0.0.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.expedia.www : graphql-kotlin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.expedia.www" % "graphql-kotlin" % "0.0.26"

Advertisement