MVN

com.github.ygimenez : Pagination-Utils

Maven & Gradle

Aug 14, 2023
26 stars

Pagination Utils · A collection of methods to make message pagination with JDA easier.

<dependency>
    <groupId>com.github.ygimenez</groupId>
    <artifactId>Pagination-Utils</artifactId>
    <version>4.0.5b</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ygimenez : Pagination-Utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.5b

All Versions

Choose a version of com.github.ygimenez : Pagination-Utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
Pagination-Utils-4.0.5
Pagination-Utils-4.0.4
Pagination-Utils-4.0.3
Pagination-Utils-4.0.2
Pagination-Utils-4.0.1
Pagination-Utils-4.0.0
Pagination-Utils-4.0.5b
Pagination-Utils-4.0.2b
3.0.x
Pagination-Utils-3.0.8
Pagination-Utils-3.0.7
Pagination-Utils-3.0.6
Pagination-Utils-3.0.4
Pagination-Utils-3.0.3
Pagination-Utils-3.0.2
Pagination-Utils-3.0.1
Pagination-Utils-3.0.0
2.3.x
Pagination-Utils-2.3.0
2.2.x
Pagination-Utils-2.2.0
2.1.x
Pagination-Utils-2.1.8
Pagination-Utils-2.1.7
Pagination-Utils-2.1.6
Pagination-Utils-2.1.5
Pagination-Utils-2.1.4
Pagination-Utils-2.1.3
Pagination-Utils-2.1.2

How to add a dependency to Maven

Add the following com.github.ygimenez : Pagination-Utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.ygimenez</groupId>
    <artifactId>Pagination-Utils</artifactId>
    <version>4.0.5b</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ygimenez : Pagination-Utils gradle dependency to your build.gradle file:

implementation 'com.github.ygimenez:Pagination-Utils:4.0.5b'

Gradle Kotlin DSL: Add the following com.github.ygimenez : Pagination-Utils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ygimenez:Pagination-Utils:4.0.5b")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ygimenez : Pagination-Utils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ygimenez" % "Pagination-Utils" % "4.0.5b"