| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMyBatis Данные ORM |
| Группа | Группаcom.gitee.starblues |
| Идентификатор | Идентификаторspringboot-plugin-framework-extension-mybatis |
| Версия | Версия2.4.2-RELEASE |
| Тип | Типjar |
| Описание |
Описание插件扩展-spring boot mybatis 集成扩展
|
<!-- https://jarcasting.com/artifacts/com.gitee.starblues/springboot-plugin-framework-extension-mybatis/ -->
<dependency>
<groupId>com.gitee.starblues</groupId>
<artifactId>springboot-plugin-framework-extension-mybatis</artifactId>
<version>2.4.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.starblues/springboot-plugin-framework-extension-mybatis/
implementation 'com.gitee.starblues:springboot-plugin-framework-extension-mybatis:2.4.2-RELEASE'
// https://jarcasting.com/artifacts/com.gitee.starblues/springboot-plugin-framework-extension-mybatis/
implementation ("com.gitee.starblues:springboot-plugin-framework-extension-mybatis:2.4.2-RELEASE")
'com.gitee.starblues:springboot-plugin-framework-extension-mybatis:jar:2.4.2-RELEASE'
<dependency org="com.gitee.starblues" name="springboot-plugin-framework-extension-mybatis" rev="2.4.2-RELEASE">
<artifact name="springboot-plugin-framework-extension-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.starblues', module='springboot-plugin-framework-extension-mybatis', version='2.4.2-RELEASE')
)
libraryDependencies += "com.gitee.starblues" % "springboot-plugin-framework-extension-mybatis" % "2.4.2-RELEASE"
[com.gitee.starblues/springboot-plugin-framework-extension-mybatis "2.4.2-RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.gitee.starblues : springboot-plugin-framework | jar | 2.4.2-RELEASE |
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.0.1 |
| com.baomidou : mybatis-plus-boot-starter | jar | 3.4.1 |
| tk.mybatis : mapper-spring-boot-starter | jar | 2.1.5 |