License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.expediagroup |
ArtifactId | ArtifactIdgraphql-kotlin |
Version | Version2.0.0.RC1 |
Type | Typepom |
Description |
Descriptiongraphql-kotlin
Code-only GraphQL schema generation for Kotlin
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
graphql-kotlin-2.0.0.RC1.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.expediagroup/graphql-kotlin/ -->
<dependency>
<groupId>com.expediagroup</groupId>
<artifactId>graphql-kotlin</artifactId>
<version>2.0.0.RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.expediagroup/graphql-kotlin/
implementation 'com.expediagroup:graphql-kotlin:2.0.0.RC1'
// https://jarcasting.com/artifacts/com.expediagroup/graphql-kotlin/
implementation ("com.expediagroup:graphql-kotlin:2.0.0.RC1")
'com.expediagroup:graphql-kotlin:pom:2.0.0.RC1'
<dependency org="com.expediagroup" name="graphql-kotlin" rev="2.0.0.RC1">
<artifact name="graphql-kotlin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.expediagroup', module='graphql-kotlin', version='2.0.0.RC1')
)
libraryDependencies += "com.expediagroup" % "graphql-kotlin" % "2.0.0.RC1"
[com.expediagroup/graphql-kotlin "2.0.0.RC1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.50 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit5 | jar | 1.3.50 |
org.junit.jupiter : junit-jupiter-api | jar | 5.5.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |
io.mockk : mockk | jar | 1.9.3 |