Last Version

graphql-kotlin 2.0.0.RC1

Code-only GraphQL schema generation for Kotlin

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.expediagroup
ArtifactId

ArtifactId

graphql-kotlin
Version

Version

2.0.0.RC1
Type

Type

pom
Description

Description

graphql-kotlin
Code-only GraphQL schema generation for Kotlin
Project URL

Project URL

https://github.com/ExpediaGroup/graphql-kotlin
Project Organization

Project Organization

Expedia Group
Source Code Management

Source Code Management

https://github.com/ExpediaGroup/graphql-kotlin

Download graphql-kotlin 2.0.0.RC1


<!-- https://jarcasting.com/artifacts/com.expediagroup/graphql-kotlin/ -->
<dependency>
    <groupId>com.expediagroup</groupId>
    <artifactId>graphql-kotlin</artifactId>
    <version>2.0.0.RC1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.expediagroup/graphql-kotlin/
implementation 'com.expediagroup:graphql-kotlin:2.0.0.RC1'
// https://jarcasting.com/artifacts/com.expediagroup/graphql-kotlin/
implementation ("com.expediagroup:graphql-kotlin:2.0.0.RC1")
'com.expediagroup:graphql-kotlin:pom:2.0.0.RC1'
<dependency org="com.expediagroup" name="graphql-kotlin" rev="2.0.0.RC1">
  <artifact name="graphql-kotlin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.expediagroup', module='graphql-kotlin', version='2.0.0.RC1')
)
libraryDependencies += "com.expediagroup" % "graphql-kotlin" % "2.0.0.RC1"
[com.expediagroup/graphql-kotlin "2.0.0.RC1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.3.50

test (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test-junit5 jar 1.3.50
org.junit.jupiter : junit-jupiter-api jar 5.5.2
org.junit.jupiter : junit-jupiter-engine jar 5.5.2
io.mockk : mockk jar 1.9.3

Project Modules

  • graphql-kotlin-schema-generator
  • graphql-kotlin-federation
  • graphql-kotlin-spring-server