MVN

com.expediagroup : graphql-kotlin

Maven & Gradle

Jan 16, 2020
1.7k stars

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

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

Latest Version

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

  • Latest Stable: 1.4.2
  • Latest Release Candidate: 2.0.0.RC1

All Versions

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

Version Vulnerabilities Updated
2.0.x
graphql-kotlin-2.0.0.RC1
1.4.x
graphql-kotlin-1.4.2
graphql-kotlin-1.4.0
1.3.x
graphql-kotlin-1.3.0
1.2.x
graphql-kotlin-1.2.2
graphql-kotlin-1.2.1
graphql-kotlin-1.2.0
1.1.x
graphql-kotlin-1.1.0
1.0.x
graphql-kotlin-1.0.0
graphql-kotlin-1.0.0-RC11
graphql-kotlin-1.0.0-RC10
graphql-kotlin-1.0.0-RC9
graphql-kotlin-1.0.0-RC8
graphql-kotlin-1.0.0-RC7
graphql-kotlin-1.0.0-RC6

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement