Download apollo-runtime-0.4.0.jar file - Jar a

Jar examples for a:apollo-runtime

Description

Apollo GraphQL runtime library to support generated code

You can download jar file apollo-runtime 0.4.0 in this page.

License

MIT

Build File

You can use the following script to add apollo-runtime-0.4.0.jar to your project.

<dependency>
   <groupId>com.apollographql.apollo</groupId>
   <artifactId>apollo-runtime</artifactId>
   <version>0.4.0</version>
</dependency>
compile group: 'com.apollographql.apollo', name: 'apollo-runtime', version: '0.4.0'
libraryDependencies += "com.apollographql.apollo" % "apollo-runtime" % "0.4.0"
<dependency org="com.apollographql.apollo" name="apollo-runtime" rev="0.4.0"/>
@Grapes(@Grab(group='com.apollographql.apollo', module='apollo-runtime', version='0.4.0'))
'com.apollographql.apollo:apollo-runtime:jar:0.4.0'

Download

Click the following link to download the jar file.

apollo-runtime-0.4.0-javadoc.jar
apollo-runtime-0.4.0-sources.jar
apollo-runtime-0.4.0.jar
apollo-runtime-0.4.0.pom



Related Tutorials