is not current version
Last Version 0.0.26

com.expedia.www:graphql-kotlin DEVELOPMENT

Code-only GraphQL schema generation for Kotlin

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.expedia.www
ArtifactId

ArtifactId

graphql-kotlin
Version

Version

DEVELOPMENT
Type

Type

jar

Download graphql-kotlin DEVELOPMENT


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