Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.expedia |
ArtifactId | ArtifactIdgraphql-kotlin |
Version | Version1.0.0-RC4 |
Type | Typepom |
Filename | Size |
---|---|
graphql-kotlin-1.0.0-RC4.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-RC4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.expedia/graphql-kotlin/
implementation 'com.expedia:graphql-kotlin:1.0.0-RC4'
// https://jarcasting.com/artifacts/com.expedia/graphql-kotlin/
implementation ("com.expedia:graphql-kotlin:1.0.0-RC4")
'com.expedia:graphql-kotlin:pom:1.0.0-RC4'
<dependency org="com.expedia" name="graphql-kotlin" rev="1.0.0-RC4">
<artifact name="graphql-kotlin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.expedia', module='graphql-kotlin', version='1.0.0-RC4')
)
libraryDependencies += "com.expedia" % "graphql-kotlin" % "1.0.0-RC4"
[com.expedia/graphql-kotlin "1.0.0-RC4"]