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