is not current version
Last Version 1.8.8

com.github.yuxiaobin:mybatis-generalmapper 1.1

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.1
Type

Type

jar

Download mybatis-generalmapper 1.1


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