License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.erhun |
ArtifactId | ArtifactIdmybatis-page-plugin |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Filename | Size |
---|---|
mybatis-page-plugin-1.0.0.pom | |
mybatis-page-plugin-1.0.0.jar | 33 KB |
mybatis-page-plugin-1.0.0-sources.jar | 32 KB |
mybatis-page-plugin-1.0.0-javadoc.jar | 143 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.erhun/mybatis-page-plugin/ -->
<dependency>
<groupId>com.github.erhun</groupId>
<artifactId>mybatis-page-plugin</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.erhun/mybatis-page-plugin/
implementation 'com.github.erhun:mybatis-page-plugin:1.0.0'
// https://jarcasting.com/artifacts/com.github.erhun/mybatis-page-plugin/
implementation ("com.github.erhun:mybatis-page-plugin:1.0.0")
'com.github.erhun:mybatis-page-plugin:jar:1.0.0'
<dependency org="com.github.erhun" name="mybatis-page-plugin" rev="1.0.0">
<artifact name="mybatis-page-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.erhun', module='mybatis-page-plugin', version='1.0.0')
)
libraryDependencies += "com.github.erhun" % "mybatis-page-plugin" % "1.0.0"
[com.github.erhun/mybatis-page-plugin "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.4.4 |
org.mybatis : mybatis-spring | jar | 1.3.1 |
com.alibaba : druid | jar | 1.1.3 |
mysql : mysql-connector-java | jar | 6.0.6 |
org.springframework : spring-core | jar | 4.3.10.RELEASE |
org.springframework : spring-context | jar | 4.3.10.RELEASE |
org.springframework : spring-web | jar | 4.3.10.RELEASE |
org.springframework : spring-webmvc | jar | 4.3.10.RELEASE |
org.springframework : spring-aspects | jar | 4.3.10.RELEASE |
org.springframework : spring-tx | jar | 4.3.10.RELEASE |
org.springframework : spring-jdbc | jar | 4.3.10.RELEASE |
org.springframework : spring-aop | jar | 4.3.10.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.1.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |