is not current version
Last Version 1.8.8

com.github.yuxiaobin:mybatis-generalmapper 1.8

A middle-ware for mybatis plus, you can use it to CRUD single table without any sql.

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.yuxiaobin
ArtifactId

ArtifactId

mybatis-generalmapper
Version

Version

1.8
Type

Type

jar

Download mybatis-generalmapper 1.8


<!-- https://jarcasting.com/artifacts/com.github.yuxiaobin/mybatis-generalmapper/ -->
<dependency>
    <groupId>com.github.yuxiaobin</groupId>
    <artifactId>mybatis-generalmapper</artifactId>
    <version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuxiaobin/mybatis-generalmapper/
implementation 'com.github.yuxiaobin:mybatis-generalmapper:1.8'
// https://jarcasting.com/artifacts/com.github.yuxiaobin/mybatis-generalmapper/
implementation ("com.github.yuxiaobin:mybatis-generalmapper:1.8")
'com.github.yuxiaobin:mybatis-generalmapper:jar:1.8'
<dependency org="com.github.yuxiaobin" name="mybatis-generalmapper" rev="1.8">
  <artifact name="mybatis-generalmapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yuxiaobin', module='mybatis-generalmapper', version='1.8')
)
libraryDependencies += "com.github.yuxiaobin" % "mybatis-generalmapper" % "1.8"
[com.github.yuxiaobin/mybatis-generalmapper "1.8"]