is not current version
Last Version 0.0.26

com.expedia.www:graphql-kotlin 0.0.23

Code-only GraphQL schema generation for Kotlin

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.expedia.www
ArtifactId

ArtifactId

graphql-kotlin
Version

Version

0.0.23
Type

Type

jar

Download graphql-kotlin 0.0.23


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