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

Jar examples for a:apollo-api

Description

Apollo GraphQL API classes

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

License

MIT

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials