is not current version
Last Version 0.0.7

com.github.timoteoponce:paginator 0.0.5

Java5 generic pagination component

GroupId

GroupId

com.github.timoteoponce
ArtifactId

ArtifactId

paginator
Version

Version

0.0.5
Type

Type

jar

Download paginator 0.0.5


<!-- https://jarcasting.com/artifacts/com.github.timoteoponce/paginator/ -->
<dependency>
    <groupId>com.github.timoteoponce</groupId>
    <artifactId>paginator</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.timoteoponce/paginator/
implementation 'com.github.timoteoponce:paginator:0.0.5'
// https://jarcasting.com/artifacts/com.github.timoteoponce/paginator/
implementation ("com.github.timoteoponce:paginator:0.0.5")
'com.github.timoteoponce:paginator:jar:0.0.5'
<dependency org="com.github.timoteoponce" name="paginator" rev="0.0.5">
  <artifact name="paginator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.timoteoponce', module='paginator', version='0.0.5')
)
libraryDependencies += "com.github.timoteoponce" % "paginator" % "0.0.5"
[com.github.timoteoponce/paginator "0.0.5"]