The following platforms are tested using the Fizzed, Inc. build system:
Utility classes for Java 8+ for working with paginated datasets (e.g. querying database, etc.)
In your pom.xml
add the following dependency:
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>pagination-cursor</artifactId>
<version>0.0.5</version>
</dependency>
If you're working w/ Ebean.io ORM add the following:
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>pagination-ebean</artifactId>
<version>0.0.5</version>
</dependency>
Copyright (C) 2025+ Fizzed, Inc.
This work is licensed under the Apache License, Version 2.0. See LICENSE for details.