License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.expedia.www |
ArtifactId | ArtifactIdgraphql-kotlin |
Version | Version0.0.26 |
Type | Typejar |
Description |
Descriptiongraphql-kotlin
Code-only GraphQL schema generation for Kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
graphql-kotlin-0.0.26.pom | |
graphql-kotlin-0.0.26.jar | 122 KB |
graphql-kotlin-0.0.26-sources.jar | 35 KB |
graphql-kotlin-0.0.26-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.expedia.www/graphql-kotlin/ -->
<dependency>
<groupId>com.expedia.www</groupId>
<artifactId>graphql-kotlin</artifactId>
<version>0.0.26</version>
</dependency>
// https://jarcasting.com/artifacts/com.expedia.www/graphql-kotlin/
implementation 'com.expedia.www:graphql-kotlin:0.0.26'
// https://jarcasting.com/artifacts/com.expedia.www/graphql-kotlin/
implementation ("com.expedia.www:graphql-kotlin:0.0.26")
'com.expedia.www:graphql-kotlin:jar:0.0.26'
<dependency org="com.expedia.www" name="graphql-kotlin" rev="0.0.26">
<artifact name="graphql-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.expedia.www', module='graphql-kotlin', version='0.0.26')
)
libraryDependencies += "com.expedia.www" % "graphql-kotlin" % "0.0.26"
[com.expedia.www/graphql-kotlin "0.0.26"]
Group / Artifact | Type | Version |
---|---|---|
com.graphql-java : graphql-java | jar | 11.0 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.11 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.11 |
org.reflections : reflections | jar | 0.9.11 |
com.fasterxml.jackson.module : jackson-module-kotlin | jar | 2.9.3 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit5 | jar | 1.3.11 |
io.mockk : mockk | jar | 1.8.9.kotlin13 |
io.reactivex.rxjava2 : rxjava | jar | 2.1.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.3.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.3.1 |