parse-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.parse</groupId>
<artifactId>parse-android</artifactId>
<version>1.17.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.parse</groupId>
<artifactId>parse-android</artifactId>
<version>1.17.3</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-annotations</artifactId>
<version>27.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-compat</artifactId>
<version>27.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.parse.bolts</groupId>
<artifactId>bolts-tasks</artifactId>
<version>1.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.10.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<description>A library that gives you access to the powerful Parse cloud platform from your Android app.</description>
<name>Parse-Android</name>
<url>https://github.com/parse-community/Parse-SDK-Android</url>
<licenses>
<license>
<name>BSD License</name>
<url>https://github.com/parse-community/Parse-SDK-Android/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git@github.com:parse-community/Parse-SDK-Android.git</connection>
<developerConnection>scm:git@github.com:parse-community/Parse-SDK-Android.git</developerConnection>
<url>https://github.com/parse-community/Parse-SDK-Android</url>
</scm>
<developers>
<developer>
<id>parse</id>
<name>Parse</name>
</developer>
</developers>
</project>