Download parse-android-1.17.3.jar file - Jar p

Jar examples for p:parse-android

Description

A library that gives you access to the powerful Parse cloud platform from your Android app.

You can download jar file parse-android 1.17.3 in this page.

License

BSD License

Build File

You can use the following script to add parse-android-1.17.3.jar to your project.

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

Download

Click the following link to download the jar file.

parse-android-1.17.3-sources.jar
parse-android-1.17.3.pom



Related Tutorials