License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.gitee.wenbo0 |
ArtifactId | ArtifactIdmybatis-plus-wrapper |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-plus-wrapper
QueryWrapper注解实现
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mybatis-plus-wrapper-0.1.pom | |
mybatis-plus-wrapper-0.1.jar | 6 KB |
mybatis-plus-wrapper-0.1-sources.jar | 2 KB |
mybatis-plus-wrapper-0.1-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.wenbo0/mybatis-plus-wrapper/ -->
<dependency>
<groupId>com.gitee.wenbo0</groupId>
<artifactId>mybatis-plus-wrapper</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.wenbo0/mybatis-plus-wrapper/
implementation 'com.gitee.wenbo0:mybatis-plus-wrapper:0.1'
// https://jarcasting.com/artifacts/com.gitee.wenbo0/mybatis-plus-wrapper/
implementation ("com.gitee.wenbo0:mybatis-plus-wrapper:0.1")
'com.gitee.wenbo0:mybatis-plus-wrapper:jar:0.1'
<dependency org="com.gitee.wenbo0" name="mybatis-plus-wrapper" rev="0.1">
<artifact name="mybatis-plus-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.wenbo0', module='mybatis-plus-wrapper', version='0.1')
)
libraryDependencies += "com.gitee.wenbo0" % "mybatis-plus-wrapper" % "0.1"
[com.gitee.wenbo0/mybatis-plus-wrapper "0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.baomidou : mybatis-plus-boot-starter Optional | jar | 3.5.2 |