License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.xiwh |
ArtifactId | ArtifactIdmybatis-paginator |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspringboot-mybatis-paginator
A powerful and easy-to-use mybatis physical paginator
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mybatis-paginator-1.0.2.pom | |
mybatis-paginator-1.0.2.jar | 45 KB |
mybatis-paginator-1.0.2-sources.jar | 21 KB |
mybatis-paginator-1.0.2-javadoc.jar | 181 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xiwh/mybatis-paginator/ -->
<dependency>
<groupId>com.github.xiwh</groupId>
<artifactId>mybatis-paginator</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiwh/mybatis-paginator/
implementation 'com.github.xiwh:mybatis-paginator:1.0.2'
// https://jarcasting.com/artifacts/com.github.xiwh/mybatis-paginator/
implementation ("com.github.xiwh:mybatis-paginator:1.0.2")
'com.github.xiwh:mybatis-paginator:jar:1.0.2'
<dependency org="com.github.xiwh" name="mybatis-paginator" rev="1.0.2">
<artifact name="mybatis-paginator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiwh', module='mybatis-paginator', version='1.0.2')
)
libraryDependencies += "com.github.xiwh" % "mybatis-paginator" % "1.0.2"
[com.github.xiwh/mybatis-paginator "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba : druid | jar | 1.1.23 |
org.springframework.boot : spring-boot-starter-web Optional | jar | 2.3.3.RELEASE |
org.springframework.boot : spring-boot-starter-tomcat Optional | jar | 2.3.3.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.3 |
Group / Artifact | Type | Version |
---|---|---|
com.microsoft.sqlserver : mssql-jdbc | jar | 7.4.1.jre8 |
mysql : mysql-connector-java | jar | 8.0.21 |
org.postgresql : postgresql | jar | 42.2.14 |
org.springframework.boot : spring-boot-starter-test | jar | 2.3.3.RELEASE |
junit : junit | jar | 4.12 |