| Категории |
КатегорииSpring Boot Контейнер Микросервисы MyBatis Данные ORM |
|---|---|
| Группа | Группаcom.gitee.zhongyuns |
| Идентификатор | Идентификаторmybatis-zys-spring-boot-starter |
| Версия | Версия0.1.1 |
| Тип | Типjar |
<!-- 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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.zhongyuns/mybatis-zys-spring-boot-starter/
implementation 'com.gitee.zhongyuns:mybatis-zys-spring-boot-starter:0.1.1'
// https://jarcasting.com/artifacts/com.gitee.zhongyuns/mybatis-zys-spring-boot-starter/
implementation ("com.gitee.zhongyuns:mybatis-zys-spring-boot-starter:0.1.1")
'com.gitee.zhongyuns:mybatis-zys-spring-boot-starter:jar:0.1.1'
<dependency org="com.gitee.zhongyuns" name="mybatis-zys-spring-boot-starter" rev="0.1.1">
<artifact name="mybatis-zys-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.zhongyuns', module='mybatis-zys-spring-boot-starter', version='0.1.1')
)
libraryDependencies += "com.gitee.zhongyuns" % "mybatis-zys-spring-boot-starter" % "0.1.1"
[com.gitee.zhongyuns/mybatis-zys-spring-boot-starter "0.1.1"]