is not current version
Last Version 2.5.12

com.apollographql.apollo:apollo-runtime-kotlin 2.4.6

Apollo GraphQL runtime library to support generated code

Categories

Categories

Kotlin Languages Apollo Container Microservices
GroupId

GroupId

com.apollographql.apollo
ArtifactId

ArtifactId

apollo-runtime-kotlin
Version

Version

2.4.6
Type

Type

pom

Download apollo-runtime-kotlin 2.4.6


<!-- https://jarcasting.com/artifacts/com.apollographql.apollo/apollo-runtime-kotlin/ -->
<dependency>
    <groupId>com.apollographql.apollo</groupId>
    <artifactId>apollo-runtime-kotlin</artifactId>
    <version>2.4.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.apollographql.apollo/apollo-runtime-kotlin/
implementation 'com.apollographql.apollo:apollo-runtime-kotlin:2.4.6'
// https://jarcasting.com/artifacts/com.apollographql.apollo/apollo-runtime-kotlin/
implementation ("com.apollographql.apollo:apollo-runtime-kotlin:2.4.6")
'com.apollographql.apollo:apollo-runtime-kotlin:pom:2.4.6'
<dependency org="com.apollographql.apollo" name="apollo-runtime-kotlin" rev="2.4.6">
  <artifact name="apollo-runtime-kotlin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.apollographql.apollo', module='apollo-runtime-kotlin', version='2.4.6')
)
libraryDependencies += "com.apollographql.apollo" % "apollo-runtime-kotlin" % "2.4.6"
[com.apollographql.apollo/apollo-runtime-kotlin "2.4.6"]