MVN

com.github.arucard21.simplyrestful : springdata-paging-offset

Maven & Gradle

Jan 13, 2023
3 stars

springdata-paging-offset · An implementation of the Spring Data Pageable interface that provides offset-based pagination.

<dependency>
    <groupId>com.github.arucard21.simplyrestful</groupId>
    <artifactId>springdata-paging-offset</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.arucard21.simplyrestful : springdata-paging-offset to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.github.arucard21.simplyrestful : springdata-paging-offset to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
springdata-paging-offset-1.0.0
0.20.x
springdata-paging-offset-0.20.1
springdata-paging-offset-0.20.0
0.19.x
springdata-paging-offset-0.19.1
springdata-paging-offset-0.19.0
0.18.x
springdata-paging-offset-0.18.4
springdata-paging-offset-0.18.3
springdata-paging-offset-0.18.2
springdata-paging-offset-0.18.1
springdata-paging-offset-0.18.0
0.17.x
springdata-paging-offset-0.17.5
springdata-paging-offset-0.17.4
springdata-paging-offset-0.17.3
springdata-paging-offset-0.17.2
springdata-paging-offset-0.17.1
springdata-paging-offset-0.17.0
0.16.x
springdata-paging-offset-0.16.2

How to add a dependency to Maven

Add the following com.github.arucard21.simplyrestful : springdata-paging-offset maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.arucard21.simplyrestful</groupId>
    <artifactId>springdata-paging-offset</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.arucard21.simplyrestful : springdata-paging-offset gradle dependency to your build.gradle file:

implementation 'com.github.arucard21.simplyrestful:springdata-paging-offset:1.0.0'

Gradle Kotlin DSL: Add the following com.github.arucard21.simplyrestful : springdata-paging-offset gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.arucard21.simplyrestful:springdata-paging-offset:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.arucard21.simplyrestful : springdata-paging-offset sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.arucard21.simplyrestful" % "springdata-paging-offset" % "1.0.0"