MVN

com.zhaofujun.nest : nest-plus-mybatis-paging

Maven & Gradle

Aug 25, 2020
21 stars

Nest-Plus · spring for nest

<dependency>
    <groupId>com.zhaofujun.nest</groupId>
    <artifactId>nest-plus-mybatis-paging</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zhaofujun.nest : nest-plus-mybatis-paging to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of com.zhaofujun.nest : nest-plus-mybatis-paging to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
nest-plus-mybatis-paging-2.1.0
2.0.x
nest-plus-mybatis-paging-2.0.24
nest-plus-mybatis-paging-2.0.22
nest-plus-mybatis-paging-2.0.21
nest-plus-mybatis-paging-2.0.20
nest-plus-mybatis-paging-2.0.15
nest-plus-mybatis-paging-2.0.14
nest-plus-mybatis-paging-2.0.13
nest-plus-mybatis-paging-2.0.12
nest-plus-mybatis-paging-2.0.10
nest-plus-mybatis-paging-2.0.9
nest-plus-mybatis-paging-2.0.8
nest-plus-mybatis-paging-2.0.7
nest-plus-mybatis-paging-2.0.6
nest-plus-mybatis-paging-2.0.5
nest-plus-mybatis-paging-2.0.4
nest-plus-mybatis-paging-2.0.1
nest-plus-mybatis-paging-2.0.RELEASE
1.2.x
nest-plus-mybatis-paging-1.2.RELEASE

How to add a dependency to Maven

Add the following com.zhaofujun.nest : nest-plus-mybatis-paging maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.zhaofujun.nest</groupId>
    <artifactId>nest-plus-mybatis-paging</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zhaofujun.nest : nest-plus-mybatis-paging gradle dependency to your build.gradle file:

implementation 'com.zhaofujun.nest:nest-plus-mybatis-paging:2.1.0'

Gradle Kotlin DSL: Add the following com.zhaofujun.nest : nest-plus-mybatis-paging gradle kotlin dependency to your build.gradle.kts file:

implementation("com.zhaofujun.nest:nest-plus-mybatis-paging:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zhaofujun.nest : nest-plus-mybatis-paging sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zhaofujun.nest" % "nest-plus-mybatis-paging" % "2.1.0"