Download apollo-api-1.2.2.jar file - Jar a

Jar examples for a:apollo-api

Description

Apollo GraphQL API classes

You can download jar file apollo-api 1.2.2 in this page.

License

MIT

Build File

You can use the following script to add apollo-api-1.2.2.jar to your project.

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

Download

Click the following link to download the jar file.

apollo-api-1.2.2-javadoc.jar
apollo-api-1.2.2-sources.jar
apollo-api-1.2.2.jar
apollo-api-1.2.2.pom



Related Tutorials