oss-parent
用于发布org.minbox.framework相关开源框架到maven center的parent配置
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMyBatis Данные ORM |
| Группа | Группаcom.gitee.hengboy |
| Идентификатор | Идентификаторmybatis-enhance-core |
| Последняя версия | Последняя версия1.1.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеThe dependency is completely replaced by spring-mybatis,
Provide some single table Mapper mapping and SQLSource's reinitialization in the MappedStatement of method
Provider.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| mybatis-enhance-core-1.1.4.pom | |
| mybatis-enhance-core-1.1.4.jar | 110 KB |
| mybatis-enhance-core-1.1.4-sources.jar | 140 KB |
| mybatis-enhance-core-1.1.4-javadoc.jar | 613 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.gitee.hengboy/mybatis-enhance-core/ -->
<dependency>
<groupId>com.gitee.hengboy</groupId>
<artifactId>mybatis-enhance-core</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.hengboy/mybatis-enhance-core/
implementation 'com.gitee.hengboy:mybatis-enhance-core:1.1.4'
// https://jarcasting.com/artifacts/com.gitee.hengboy/mybatis-enhance-core/
implementation ("com.gitee.hengboy:mybatis-enhance-core:1.1.4")
'com.gitee.hengboy:mybatis-enhance-core:jar:1.1.4'
<dependency org="com.gitee.hengboy" name="mybatis-enhance-core" rev="1.1.4">
<artifact name="mybatis-enhance-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.hengboy', module='mybatis-enhance-core', version='1.1.4')
)
libraryDependencies += "com.gitee.hengboy" % "mybatis-enhance-core" % "1.1.4"
[com.gitee.hengboy/mybatis-enhance-core "1.1.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mybatis : mybatis | jar | 3.5.6 |
| org.mybatis : mybatis-spring | jar | 2.0.6 |
| org.springframework : spring-jdbc | jar | 5.3.6 |
| org.springframework : spring-context Необязательный | jar | 5.3.6 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.20 |
用于发布org.minbox.framework相关开源框架到maven center的parent配置