License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.expedia |
ArtifactId | ArtifactIdgraphql-kotlin-schema-generator |
Version | Version1.0.0-RC5 |
Type | Typejar |
Description |
DescriptionCode-only GraphQL schema generation for Kotlin
|
<!-- https://jarcasting.com/artifacts/com.expedia/graphql-kotlin-schema-generator/ -->
<dependency>
<groupId>com.expedia</groupId>
<artifactId>graphql-kotlin-schema-generator</artifactId>
<version>1.0.0-RC5</version>
</dependency>
// https://jarcasting.com/artifacts/com.expedia/graphql-kotlin-schema-generator/
implementation 'com.expedia:graphql-kotlin-schema-generator:1.0.0-RC5'
// https://jarcasting.com/artifacts/com.expedia/graphql-kotlin-schema-generator/
implementation ("com.expedia:graphql-kotlin-schema-generator:1.0.0-RC5")
'com.expedia:graphql-kotlin-schema-generator:jar:1.0.0-RC5'
<dependency org="com.expedia" name="graphql-kotlin-schema-generator" rev="1.0.0-RC5">
<artifact name="graphql-kotlin-schema-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.expedia', module='graphql-kotlin-schema-generator', version='1.0.0-RC5')
)
libraryDependencies += "com.expedia" % "graphql-kotlin-schema-generator" % "1.0.0-RC5"
[com.expedia/graphql-kotlin-schema-generator "1.0.0-RC5"]
Group / Artifact | Type | Version |
---|---|---|
com.graphql-java : graphql-java | jar | 13.0 |
org.jetbrains.kotlinx : kotlinx-coroutines-jdk8 | jar | 1.2.1 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.31 |
org.reflections : reflections | jar | 0.9.11 |
com.fasterxml.jackson.module : jackson-module-kotlin | jar | 2.9.8 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.31 |
Group / Artifact | Type | Version |
---|---|---|
io.reactivex.rxjava2 : rxjava | jar | 2.2.8 |
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 |