Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.liuanxin |
ArtifactId | ArtifactIdmybatis-page |
Version | Version1.2.8 |
Type | Typejar |
Description |
Descriptiondatabase page with mybatis plugin
|
Filename | Size |
---|---|
mybatis-page-1.2.8.pom | |
mybatis-page-1.2.8.jar | 26 KB |
mybatis-page-1.2.8-sources.jar | 15 KB |
mybatis-page-1.2.8-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.liuanxin/mybatis-page/ -->
<dependency>
<groupId>com.github.liuanxin</groupId>
<artifactId>mybatis-page</artifactId>
<version>1.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuanxin/mybatis-page/
implementation 'com.github.liuanxin:mybatis-page:1.2.8'
// https://jarcasting.com/artifacts/com.github.liuanxin/mybatis-page/
implementation ("com.github.liuanxin:mybatis-page:1.2.8")
'com.github.liuanxin:mybatis-page:jar:1.2.8'
<dependency org="com.github.liuanxin" name="mybatis-page" rev="1.2.8">
<artifact name="mybatis-page" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liuanxin', module='mybatis-page', version='1.2.8')
)
libraryDependencies += "com.github.liuanxin" % "mybatis-page" % "1.2.8"
[com.github.liuanxin/mybatis-page "1.2.8"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.5.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.9 |
org.springframework : spring-webmvc | jar | 4.3.9.RELEASE |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
mysql : mysql-connector-java | jar | 5.1.43 |
org.slf4j : slf4j-api | jar | 1.7.24 |
ch.qos.logback : logback-classic | jar | 1.2.2 |