is not current version
Last Version 2.5.12

com.apollographql.apollo:apollo-runtime 1.0.0-alpha2

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.0.0-alpha2
Type

Type

jar

Download apollo-runtime 1.0.0-alpha2


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