| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices MyBatis Data ORM | 
| GroupId | GroupIdcn.t | 
| ArtifactId | ArtifactIdmybatis-extension-spring-boot-starter | 
| Version | Version1.0.1.RELEASE | 
| Type | Typejar | 
| Description | Descriptionlib-parent-pom | 
<!-- https://jarcasting.com/artifacts/cn.t/mybatis-extension-spring-boot-starter/ -->
<dependency>
    <groupId>cn.t</groupId>
    <artifactId>mybatis-extension-spring-boot-starter</artifactId>
    <version>1.0.1.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/cn.t/mybatis-extension-spring-boot-starter/
implementation 'cn.t:mybatis-extension-spring-boot-starter:1.0.1.RELEASE'// https://jarcasting.com/artifacts/cn.t/mybatis-extension-spring-boot-starter/
implementation ("cn.t:mybatis-extension-spring-boot-starter:1.0.1.RELEASE")'cn.t:mybatis-extension-spring-boot-starter:jar:1.0.1.RELEASE'<dependency org="cn.t" name="mybatis-extension-spring-boot-starter" rev="1.0.1.RELEASE">
  <artifact name="mybatis-extension-spring-boot-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='cn.t', module='mybatis-extension-spring-boot-starter', version='1.0.1.RELEASE')
)libraryDependencies += "cn.t" % "mybatis-extension-spring-boot-starter" % "1.0.1.RELEASE"[cn.t/mybatis-extension-spring-boot-starter "1.0.1.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.2.0 | 
| org.springframework.data : spring-data-redis Optional | jar | |
| cn.t : common-mybatis | jar | 1.0.1.RELEASE |