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