Jcenter_ProjectLibrary
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.fishbowlindiadeveloper</groupId>
<artifactId>Jcenter_ProjectLibrary</artifactId>
<version>1.0.1</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.github.fishbowlindiadeveloper</groupId>
<artifactId>Jcenter_ProjectLibrary</artifactId>
<version>1.0.1</version>
<packaging>aar</packaging>
<name>Jcenter_ProjectLibrary</name>
<description>Jcenter_ProjectLibrary Android Library</description>
<url>https://bitbucket.org/fishbowlindiadeveloper/Jcenter_ProjectLibrary</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>fishbowlindiadeveloper</id>
<name>fishbowlindiadeveloper</name>
</developer>
</developers>
<scm>
<connection>scm:hg:https://bitbucket.org/fishbowlindiadeveloper/Jcenter_ProjectLibrary.git</connection>
<developerConnection>scm:hg:https://bitbucket.org/fishbowlindiadeveloper/Jcenter_ProjectLibrary.git</developerConnection>
<url>https://bitbucket.org/fishbowlindiadeveloper/Jcenter_ProjectLibrary</url>
</scm>
<dependencies>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>appcompat-v7</artifactId>
<version>26.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.2.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.mcxiaoke.volley</groupId>
<artifactId>library</artifactId>
<version>1.0.14</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-location</artifactId>
<version>11.0.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-gcm</artifactId>
<version>11.0.4</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>