is not current version
Last Version 1.1.4

com.gitee.hengboy:mybatis-enhance-core 1.1.3.RELEASE

The dependency is completely replaced by spring-mybatis, Provide some single table Mapper mapping and SQLSource's reinitialization in the MappedStatement of method Provider.

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.gitee.hengboy
ArtifactId

ArtifactId

mybatis-enhance-core
Version

Version

1.1.3.RELEASE
Type

Type

jar

Download mybatis-enhance-core 1.1.3.RELEASE


<!-- https://jarcasting.com/artifacts/com.gitee.hengboy/mybatis-enhance-core/ -->
<dependency>
    <groupId>com.gitee.hengboy</groupId>
    <artifactId>mybatis-enhance-core</artifactId>
    <version>1.1.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.hengboy/mybatis-enhance-core/
implementation 'com.gitee.hengboy:mybatis-enhance-core:1.1.3.RELEASE'
// https://jarcasting.com/artifacts/com.gitee.hengboy/mybatis-enhance-core/
implementation ("com.gitee.hengboy:mybatis-enhance-core:1.1.3.RELEASE")
'com.gitee.hengboy:mybatis-enhance-core:jar:1.1.3.RELEASE'
<dependency org="com.gitee.hengboy" name="mybatis-enhance-core" rev="1.1.3.RELEASE">
  <artifact name="mybatis-enhance-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.hengboy', module='mybatis-enhance-core', version='1.1.3.RELEASE')
)
libraryDependencies += "com.gitee.hengboy" % "mybatis-enhance-core" % "1.1.3.RELEASE"
[com.gitee.hengboy/mybatis-enhance-core "1.1.3.RELEASE"]