Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration MyBatis Data ORM |
---|---|
GroupId | GroupIdtech.wetech.mybatis |
ArtifactId | ArtifactIdmybatis-ext-spring-boot-autoconfigure |
Version | Version1.6.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/tech.wetech.mybatis/mybatis-ext-spring-boot-autoconfigure/ -->
<dependency>
<groupId>tech.wetech.mybatis</groupId>
<artifactId>mybatis-ext-spring-boot-autoconfigure</artifactId>
<version>1.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/tech.wetech.mybatis/mybatis-ext-spring-boot-autoconfigure/
implementation 'tech.wetech.mybatis:mybatis-ext-spring-boot-autoconfigure:1.6.3'
// https://jarcasting.com/artifacts/tech.wetech.mybatis/mybatis-ext-spring-boot-autoconfigure/
implementation ("tech.wetech.mybatis:mybatis-ext-spring-boot-autoconfigure:1.6.3")
'tech.wetech.mybatis:mybatis-ext-spring-boot-autoconfigure:jar:1.6.3'
<dependency org="tech.wetech.mybatis" name="mybatis-ext-spring-boot-autoconfigure" rev="1.6.3">
<artifact name="mybatis-ext-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.wetech.mybatis', module='mybatis-ext-spring-boot-autoconfigure', version='1.6.3')
)
libraryDependencies += "tech.wetech.mybatis" % "mybatis-ext-spring-boot-autoconfigure" % "1.6.3"
[tech.wetech.mybatis/mybatis-ext-spring-boot-autoconfigure "1.6.3"]