phoenix
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.dozzatq</groupId>
<artifactId>phoenix</artifactId>
<version>1.7.7</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.dozzatq</groupId>
<artifactId>phoenix</artifactId>
<version>1.7.7</version>
<packaging>aar</packaging>
<name>Phoenix</name>
<description>Phoenix Library For Simplifying my life</description>
<url>https://github.com/dozzatq/Phoenix</url>
<licenses>
<license>
<name>GPL 3.0</name>
<url>https://www.gnu.org/licenses/gpl-3.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>trickydev</id>
<name>Rodion Bartoshik</name>
</developer>
</developers>
<scm>
<connection>https://github.com/dozzatq/Phoenix.git</connection>
<developerConnection>https://github.com/dozzatq/Phoenix.git</developerConnection>
<url>https://github.com/dozzatq/Phoenix</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.firebase</groupId>
<artifactId>firebase-invites</artifactId>
<version>11.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>appcompat-v7</artifactId>
<version>26.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>design</artifactId>
<version>26.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.volley</groupId>
<artifactId>volley</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>glide</artifactId>
<version>4.1.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>