oss-parent
用于发布org.minbox.framework相关开源框架到maven center的parent配置
License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.gitee.hengboy |
ArtifactId | ArtifactIdmybatis-enhance-core |
Last Version | Last Version1.1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe dependency is completely replaced by spring-mybatis,
Provide some single table Mapper mapping and SQLSource's reinitialization in the MappedStatement of method
Provider.
|
Project URL |
Project URL |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 Optional | jar | 5.3.6 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.20 |
用于发布org.minbox.framework相关开源框架到maven center的parent配置