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