grid-view-with-header-footer
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>in.srain.cube</groupId> <artifactId>grid-view-with-header-footer</artifactId> <version>1.0.12</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>in.srain.cube</groupId> <artifactId>grid-view-with-header-footer</artifactId> <version>1.0.12</version> <name>GridViewWithHeaderAndFooter</name> <description>"GridView with Header and Footer'</description> <url>https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter</url> <licenses> <license> <name>Apache 2</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>liaohuqiu</id> <name>liaohuqiu</name> </developer> </developers> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter/issues</url> </issueManagement> <scm> <connection>scm:https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter.git</connection> <developerConnection>scm:https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter.git</developerConnection> <url>https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter</url> </scm> </project>