| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdtop.andoudou |
| ArtifactId | ArtifactIdmybatis-plus-core |
| Last Version | Last Version1.3.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmybatis-plus的核心包及常用的一些工具类的包 这儿使用的是
|
| Filename | Size |
|---|---|
| mybatis-plus-core-1.3.2.pom | |
| mybatis-plus-core-1.3.2.jar | 18 KB |
| mybatis-plus-core-1.3.2-sources.jar | 11 KB |
| mybatis-plus-core-1.3.2-javadoc.jar | 121 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/top.andoudou/mybatis-plus-core/ -->
<dependency>
<groupId>top.andoudou</groupId>
<artifactId>mybatis-plus-core</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/top.andoudou/mybatis-plus-core/
implementation 'top.andoudou:mybatis-plus-core:1.3.2'
// https://jarcasting.com/artifacts/top.andoudou/mybatis-plus-core/
implementation ("top.andoudou:mybatis-plus-core:1.3.2")
'top.andoudou:mybatis-plus-core:jar:1.3.2'
<dependency org="top.andoudou" name="mybatis-plus-core" rev="1.3.2">
<artifact name="mybatis-plus-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.andoudou', module='mybatis-plus-core', version='1.3.2')
)
libraryDependencies += "top.andoudou" % "mybatis-plus-core" % "1.3.2"
[top.andoudou/mybatis-plus-core "1.3.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.baomidou : mybatis-plus-boot-starter | jar | 3.3.0 |
| top.andoudou : base-quote Optional | jar | 1.3.2 |
| org.projectlombok : lombok | jar | 1.18.22 |
| io.swagger : swagger-annotations | jar | 1.6.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.alibaba : druid-spring-boot-starter | jar | 1.1.23 |