bootstrap
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.loopeer.android</groupId>
<artifactId>bootstrap</artifactId>
<version>2.0.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.loopeer.android</groupId>
<artifactId>bootstrap</artifactId>
<version>2.0.2</version>
<packaging>aar</packaging>
<name>Loopeer4AndroidBootstrap</name>
<description>Loopeer Android Library Bootstrap</description>
<url>https://bitbucket.org/yangyugang/loopeer4androidbootstrap</url>
<licenses>
<license>
<name>THE BEER-WARE LICENSE, Revision 42</name>
<url>https://en.wikipedia.org/wiki/Beerware</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>yangyugang</id>
<name>yangyugang</name>
</developer>
</developers>
<scm>
<connection>scm:hg:https://bitbucket.org/yangyugang/loopeer4androidbootstrap</connection>
<developerConnection>scm:hg:https://bitbucket.org/yangyugang/loopeer4androidbootstrap</developerConnection>
<url>https://bitbucket.org/yangyugang/loopeer4androidbootstrap</url>
</scm>
<dependencies>
<dependency>
<groupId>com.loopeer.android.thirdparty</groupId>
<artifactId>pulltorefresh</artifactId>
<version>2.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-v4</artifactId>
<version>20.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp-urlconnection</artifactId>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit</groupId>
<artifactId>retrofit</artifactId>
<version>1.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.picasso</groupId>
<artifactId>picasso</artifactId>
<version>2.3.4</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>