mantou-common
馒头的公共组件库
License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.chinayinman |
ArtifactId | ArtifactIdcommon-mybatis-tk |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommon-mybatis-tk
Mybatis tk + Pagehelper [Mybatis CRUD + 分页]
|
Filename | Size |
---|---|
common-mybatis-tk-0.0.2.pom | |
common-mybatis-tk-0.0.2.jar | 3 KB |
common-mybatis-tk-0.0.2-sources.jar | 1 KB |
common-mybatis-tk-0.0.2-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chinayinman/common-mybatis-tk/ -->
<dependency>
<groupId>com.github.chinayinman</groupId>
<artifactId>common-mybatis-tk</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chinayinman/common-mybatis-tk/
implementation 'com.github.chinayinman:common-mybatis-tk:0.0.2'
// https://jarcasting.com/artifacts/com.github.chinayinman/common-mybatis-tk/
implementation ("com.github.chinayinman:common-mybatis-tk:0.0.2")
'com.github.chinayinman:common-mybatis-tk:jar:0.0.2'
<dependency org="com.github.chinayinman" name="common-mybatis-tk" rev="0.0.2">
<artifact name="common-mybatis-tk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chinayinman', module='common-mybatis-tk', version='0.0.2')
)
libraryDependencies += "com.github.chinayinman" % "common-mybatis-tk" % "0.0.2"
[com.github.chinayinman/common-mybatis-tk "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | |
com.alibaba : druid-spring-boot-starter | jar | 1.1.10 |
tk.mybatis : mapper-spring-boot-starter | jar | 2.1.5 |
com.github.pagehelper : pagehelper-spring-boot-starter | jar | 1.2.10 |
p6spy : p6spy | jar | 3.8.0 |
com.google.guava : guava | jar | 27.0.1-jre |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar |
馒头的公共组件库