Last Version

graphql-kotlin 1.0.0-RC5

Code-only GraphQL schema generation for Kotlin

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.expedia
ArtifactId

ArtifactId

graphql-kotlin
Version

Version

1.0.0-RC5
Type

Type

pom
Description

Description

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

Project URL

https://github.com/ExpediaDotCom/graphql-kotlin
Source Code Management

Source Code Management

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

Download graphql-kotlin 1.0.0-RC5


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

Dependencies

compile (1)

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

test (4)

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

Project Modules

  • graphql-kotlin-schema-generator
  • graphql-kotlin-federation