regallery
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.e-rikov</groupId> <artifactId>regallery</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.e-rikov</groupId> <artifactId>regallery</artifactId> <version>1.0.1</version> <packaging>aar</packaging> <name>REGallery</name> <description>Gallery based on RE framework.</description> <url>https://github.com/e-rikov/REGallery</url> <licenses> <license> <name>Apache 2.0</name> <url>https://github.com/e-rikov/REGallery#license</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>e-rikov</id> <name>Evgeniy Rikov</name> </developer> </developers> <scm> <connection>scm:git@github.com:e-rikov/REGallery.git</connection> <developerConnection>scm:git@github.com:e-rikov/REGallery.git</developerConnection> <url>https://github.com/e-rikov/REGallery</url> </scm> <dependencies> <dependency> <groupId>com.android.support</groupId> <artifactId>appcompat-v7</artifactId> <version>25.3.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.android.support</groupId> <artifactId>design</artifactId> <version>25.3.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.e-rikov</groupId> <artifactId>rebase</artifactId> <version>1.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.e-rikov</groupId> <artifactId>rerest</artifactId> <version>1.0.0</version> <scope>compile</scope> </dependency> </dependencies> </project>