License |
License |
---|---|
GroupId | GroupIdcom.github.nicolasjafelle |
ArtifactId | ArtifactIdpaginggridview |
Version | Version1.0 |
Type | Typeaar |
Description |
DescriptionPagingGridView Library
PagingGridView has the ability to add more items on it like PagingListView does. Basically is a GridView with the ability to add more items on it when reaches the end of the list.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
paginggridview-1.0.pom | |
paginggridview-1.0.aar | 11 KB |
paginggridview-1.0-sources.jar | 5 KB |
paginggridview-1.0-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nicolasjafelle/paginggridview/ -->
<dependency>
<groupId>com.github.nicolasjafelle</groupId>
<artifactId>paginggridview</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicolasjafelle/paginggridview/
implementation 'com.github.nicolasjafelle:paginggridview:1.0'
// https://jarcasting.com/artifacts/com.github.nicolasjafelle/paginggridview/
implementation ("com.github.nicolasjafelle:paginggridview:1.0")
'com.github.nicolasjafelle:paginggridview:aar:1.0'
<dependency org="com.github.nicolasjafelle" name="paginggridview" rev="1.0">
<artifact name="paginggridview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicolasjafelle', module='paginggridview', version='1.0')
)
libraryDependencies += "com.github.nicolasjafelle" % "paginggridview" % "1.0"
[com.github.nicolasjafelle/paginggridview "1.0"]