Files download
File Operation
graphql-kotlin-ktor-server-7.0.0-alpha.6.jar download
graphql-kotlin-ktor-server-7.0.0-alpha.6.pom download
graphql-kotlin-ktor-server-7.0.0-alpha.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.expediagroup</groupId>
  <artifactId>graphql-kotlin-ktor-server</artifactId>
  <version>7.0.0-alpha.6</version>
</dependency>
Gradle Groovy
implementation 'com.expediagroup:graphql-kotlin-ktor-server:7.0.0-alpha.6'
Gradle Kotlin
implementation("com.expediagroup:graphql-kotlin-ktor-server:7.0.0-alpha.6")
Scala SBT
libraryDependencies += "com.expediagroup" % "graphql-kotlin-ktor-server" % "7.0.0-alpha.6"
Groovy Grape
@Grapes(
  @Grab(group='com.expediagroup', module='graphql-kotlin-ktor-server', version='7.0.0-alpha.6')
)
Apache Ivy
<dependency org="com.expediagroup" name="graphql-kotlin-ktor-server" rev="7.0.0-alpha.6" />
Leiningen
[com.expediagroup/graphql-kotlin-ktor-server "7.0.0-alpha.6"]
Apache Buildr
'com.expediagroup:graphql-kotlin-ktor-server:jar:7.0.0-alpha.6'