Download paginate-0.5.1.jar file - Jar p

Jar examples for p:paginate

Description

Android library for creating simple pagination functionality upon RecyclerView and AbsListView

You can download jar file paginate 0.5.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add paginate-0.5.1.jar to your project.

<dependency>
   <groupId>com.github.markomilos</groupId>
   <artifactId>paginate</artifactId>
   <version>0.5.1</version>
</dependency>
compile group: 'com.github.markomilos', name: 'paginate', version: '0.5.1'
libraryDependencies += "com.github.markomilos" % "paginate" % "0.5.1"
<dependency org="com.github.markomilos" name="paginate" rev="0.5.1"/>
@Grapes(@Grab(group='com.github.markomilos', module='paginate', version='0.5.1'))
'com.github.markomilos:paginate:jar:0.5.1'

Download

Click the following link to download the jar file.

paginate-0.5.1-javadoc.jar
paginate-0.5.1-sources.jar
paginate-0.5.1.pom



Related Tutorials