https://github.com/fizzed/pagination
Java utilities and models for modern pagination
https://github.com/fizzed/pagination
Last synced: about 1 month ago
JSON representation
Java utilities and models for modern pagination
- Host: GitHub
- URL: https://github.com/fizzed/pagination
- Owner: fizzed
- Created: 2020-12-31T18:34:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T19:14:09.000Z (4 months ago)
- Last Synced: 2025-03-27T03:51:21.424Z (about 2 months ago)
- Language: Java
- Size: 3.49 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pagination by Fizzed
[](https://mvnrepository.com/artifact/com.fizzed/pagination)
The following platforms are tested using the [Fizzed, Inc.](http://fizzed.com) build system:
[](buildx-results.txt)
[](buildx-results.txt)
[](buildx-results.txt)
[](buildx-results.txt)
[](buildx-results.txt)
[](buildx-results.txt)
[](buildx-results.txt)
[](buildx-results.txt)
[](buildx-results.txt)Utility classes for Java 8+ for working with paginated datasets (e.g. querying database, etc.)
## Usage
In your `pom.xml` add the following dependency:
```xml
com.fizzed
pagination-cursor
0.0.5```
If you're working w/ Ebean.io ORM add the following:
```xml
com.fizzed
pagination-ebean
0.0.5```
## License
Copyright (C) 2025+ Fizzed, Inc.
This work is licensed under the Apache License, Version 2.0. See LICENSE for details.