MVN

com.expediagroup : graphql-kotlin-server

Maven & Gradle

Jun 19, 2023
5 usages
1.7k stars

com.expediagroup:graphql-kotlin-server · Common code for running a GraphQL server in any HTTP server framework

<dependency>
    <groupId>com.expediagroup</groupId>
    <artifactId>graphql-kotlin-server</artifactId>
    <version>6.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.5.3
  • Latest Release Candidate: 4.0.0-rc.2
  • Latest Alpha: 7.0.0-alpha.6

All Versions

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

Version Vulnerabilities Updated
7.0.x
graphql-kotlin-server-7.0.0-alpha.6
graphql-kotlin-server-7.0.0-alpha.5
graphql-kotlin-server-7.0.0-alpha.4
graphql-kotlin-server-7.0.0-alpha.3
graphql-kotlin-server-7.0.0-alpha.2
graphql-kotlin-server-7.0.0-alpha.0
6.5.x
graphql-kotlin-server-6.5.3
graphql-kotlin-server-6.5.2
graphql-kotlin-server-6.5.1
graphql-kotlin-server-6.5.0
6.4.x
graphql-kotlin-server-6.4.1
graphql-kotlin-server-6.4.0
6.3.x
graphql-kotlin-server-6.3.6
graphql-kotlin-server-6.3.5
graphql-kotlin-server-6.3.4
graphql-kotlin-server-6.3.3
graphql-kotlin-server-6.3.2
graphql-kotlin-server-6.3.1
graphql-kotlin-server-6.3.0
6.2.x
graphql-kotlin-server-6.2.5
graphql-kotlin-server-6.2.4
graphql-kotlin-server-6.2.3
graphql-kotlin-server-6.2.2
graphql-kotlin-server-6.2.1
graphql-kotlin-server-6.2.0
6.1.x
graphql-kotlin-server-6.1.0
6.0.x
graphql-kotlin-server-6.0.0
graphql-kotlin-server-6.0.0-alpha.6
graphql-kotlin-server-6.0.0-alpha.5
graphql-kotlin-server-6.0.0-alpha.4
graphql-kotlin-server-6.0.0-alpha.3
graphql-kotlin-server-6.0.0-alpha.2
graphql-kotlin-server-6.0.0-alpha.1
graphql-kotlin-server-6.0.0-alpha.0
5.5.x
graphql-kotlin-server-5.5.0
5.4.x
graphql-kotlin-server-5.4.1
graphql-kotlin-server-5.4.0
5.3.x
graphql-kotlin-server-5.3.2
graphql-kotlin-server-5.3.1
graphql-kotlin-server-5.3.0
5.2.x
graphql-kotlin-server-5.2.0
5.1.x
graphql-kotlin-server-5.1.1
graphql-kotlin-server-5.1.0
5.0.x
graphql-kotlin-server-5.0.0
graphql-kotlin-server-5.0.0-alpha.4
graphql-kotlin-server-5.0.0-alpha.3
graphql-kotlin-server-5.0.0-alpha.0
4.2.x
graphql-kotlin-server-4.2.0
4.1.x
graphql-kotlin-server-4.1.1
graphql-kotlin-server-4.1.0
4.0.x
graphql-kotlin-server-4.0.1
graphql-kotlin-server-4.0.0
graphql-kotlin-server-4.0.0-rc.2
graphql-kotlin-server-4.0.0-rc.1
graphql-kotlin-server-4.0.0-alpha.17
graphql-kotlin-server-4.0.0-alpha.16
graphql-kotlin-server-4.0.0-alpha.15
graphql-kotlin-server-4.0.0-alpha.14
graphql-kotlin-server-4.0.0-alpha.13
graphql-kotlin-server-4.0.0-alpha.12
graphql-kotlin-server-4.0.0-alpha.11

How to add a dependency to Maven

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

<dependency>
    <groupId>com.expediagroup</groupId>
    <artifactId>graphql-kotlin-server</artifactId>
    <version>6.5.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.expediagroup:graphql-kotlin-server:6.5.3'

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

implementation("com.expediagroup:graphql-kotlin-server:6.5.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.expediagroup" % "graphql-kotlin-server" % "6.5.3"

Advertisement