| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages |
| GroupId | GroupIdcom.expedia |
| ArtifactId | ArtifactIdgraphql-kotlin |
| Last Version | Last Version1.0.0-RC5 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptiongraphql-kotlin
Code-only GraphQL schema generation for Kotlin
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| graphql-kotlin-1.0.0-RC5.pom | 17 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.31 |
| 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 |