MVN

com.github.sea-huang : spring-data-mybatis-pagination

Maven & Gradle

Aug 30, 2018
18 stars

spring-data-mybatis-pagination · Mybatis implementation for pagination interfaces in spring-data-common

<dependency>
    <groupId>com.github.sea-huang</groupId>
    <artifactId>spring-data-mybatis-pagination</artifactId>
    <version>2.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sea-huang : spring-data-mybatis-pagination to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.2

All Versions

Choose a version of com.github.sea-huang : spring-data-mybatis-pagination to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
spring-data-mybatis-pagination-2.1.2
spring-data-mybatis-pagination-2.1.1
spring-data-mybatis-pagination-2.1.0
2.0.x
spring-data-mybatis-pagination-2.0.0
1.1.x
spring-data-mybatis-pagination-1.1.2
spring-data-mybatis-pagination-1.1.1
spring-data-mybatis-pagination-1.1.0
1.0.x
spring-data-mybatis-pagination-1.0.0

How to add a dependency to Maven

Add the following com.github.sea-huang : spring-data-mybatis-pagination maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.sea-huang</groupId>
    <artifactId>spring-data-mybatis-pagination</artifactId>
    <version>2.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.sea-huang : spring-data-mybatis-pagination gradle dependency to your build.gradle file:

implementation 'com.github.sea-huang:spring-data-mybatis-pagination:2.1.2'

Gradle Kotlin DSL: Add the following com.github.sea-huang : spring-data-mybatis-pagination gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.sea-huang:spring-data-mybatis-pagination:2.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.sea-huang : spring-data-mybatis-pagination sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.sea-huang" % "spring-data-mybatis-pagination" % "2.1.2"