Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
---|---|
GroupId | GroupIdcom.gitee.zhongyuns |
ArtifactId | ArtifactIdmybatis-zys-spring-boot-starter |
Version | Version0.0.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gitee.zhongyuns/mybatis-zys-spring-boot-starter/ -->
<dependency>
<groupId>com.gitee.zhongyuns</groupId>
<artifactId>mybatis-zys-spring-boot-starter</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.zhongyuns/mybatis-zys-spring-boot-starter/
implementation 'com.gitee.zhongyuns:mybatis-zys-spring-boot-starter:0.0.8'
// https://jarcasting.com/artifacts/com.gitee.zhongyuns/mybatis-zys-spring-boot-starter/
implementation ("com.gitee.zhongyuns:mybatis-zys-spring-boot-starter:0.0.8")
'com.gitee.zhongyuns:mybatis-zys-spring-boot-starter:jar:0.0.8'
<dependency org="com.gitee.zhongyuns" name="mybatis-zys-spring-boot-starter" rev="0.0.8">
<artifact name="mybatis-zys-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.zhongyuns', module='mybatis-zys-spring-boot-starter', version='0.0.8')
)
libraryDependencies += "com.gitee.zhongyuns" % "mybatis-zys-spring-boot-starter" % "0.0.8"
[com.gitee.zhongyuns/mybatis-zys-spring-boot-starter "0.0.8"]