parse-livequery-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.parse</groupId>
<artifactId>parse-livequery-android</artifactId>
<version>1.0.6</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-livequery-android</artifactId>
<version>1.0.6</version>
<packaging>aar</packaging>
<description>A library that gives you access to the powerful Parse cloud platform from your Android app.</description>
<name>Parse-LiveQuery-Android</name>
<url>https://github.com/parse-community/ParseLiveQuery-Android</url>
<scm>
<connection>scm:git@github.com:parse-community/ParseLiveQuery-Android.git</connection>
<developerConnection>scm:git@github.com:parse-community/ParseLiveQuery-Android.git</developerConnection>
<url>https://github.com/parse-community/ParseLiveQuery-Android</url>
</scm>
<licenses>
<license>
<name>BSD License</name>
<url>https://github.com/parse-community/ParseLiveQuery-Android/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>parse</id>
<name>Parse</name>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.parse</groupId>
<artifactId>parse-android</artifactId>
<version>1.14.1</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.6.0</version>
</dependency>
<dependency>
<groupId>com.parse.bolts</groupId>
<artifactId>bolts-tasks</artifactId>
<version>1.4.0</version>
</dependency>
</dependencies>
</project>