| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices MyBatis Data ORM | 
| GroupId | GroupIdorg.rockyang | 
| ArtifactId | ArtifactIdmybatis-kits-spring-boot | 
| Last Version | Last Version1.5.2 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionMyBatis 增强工具包,实现了便捷的单表 CRUD,各种自定义条件查询,以及物理分页查询 | 
| Filename | Size | 
|---|---|
| mybatis-kits-spring-boot-1.5.2.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.rockyang/mybatis-kits-spring-boot/ -->
<dependency>
    <groupId>org.rockyang</groupId>
    <artifactId>mybatis-kits-spring-boot</artifactId>
    <version>1.5.2</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.rockyang/mybatis-kits-spring-boot/
implementation 'org.rockyang:mybatis-kits-spring-boot:1.5.2'// https://jarcasting.com/artifacts/org.rockyang/mybatis-kits-spring-boot/
implementation ("org.rockyang:mybatis-kits-spring-boot:1.5.2")'org.rockyang:mybatis-kits-spring-boot:pom:1.5.2'<dependency org="org.rockyang" name="mybatis-kits-spring-boot" rev="1.5.2">
  <artifact name="mybatis-kits-spring-boot" type="pom" />
</dependency>@Grapes(
@Grab(group='org.rockyang', module='mybatis-kits-spring-boot', version='1.5.2')
)libraryDependencies += "org.rockyang" % "mybatis-kits-spring-boot" % "1.5.2"[org.rockyang/mybatis-kits-spring-boot "1.5.2"]