is not current version
Last Version 2.5.12

com.apollographql.apollo:apollo-runtime 1.1.3

Apollo GraphQL runtime library to support generated code

Categories

Categories

Apollo Container Microservices
GroupId

GroupId

com.apollographql.apollo
ArtifactId

ArtifactId

apollo-runtime
Version

Version

1.1.3
Type

Type

jar

Download apollo-runtime 1.1.3


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