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