Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.73 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.73 KB

Pagination by Fizzed

Maven Central

The following platforms are tested using the Fizzed, Inc. build system:

Linux x64 Linux arm64 Linux armhf Linux riscv64 Linux MUSL x64 MacOS x64 MacOS arm64 FreeBSD x64 OpenBSD x64

Utility classes for Java 8+ for working with paginated datasets (e.g. querying database, etc.)

Usage

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>

License

Copyright (C) 2025+ Fizzed, Inc.

This work is licensed under the Apache License, Version 2.0. See LICENSE for details.