| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdcom.github.yuxiaobin |
| ArtifactId | ArtifactIdmybatis-generalmapper |
| Last Version | Last Version1.8.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmybatis-generalmapper
A middle-ware for mybatis plus, you can use it to CRUD single table without any sql.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| mybatis-generalmapper-1.8.8.pom | |
| mybatis-generalmapper-1.8.8.jar | 32 KB |
| mybatis-generalmapper-1.8.8-sources.jar | 21 KB |
| mybatis-generalmapper-1.8.8-javadoc.jar | 172 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.yuxiaobin/mybatis-generalmapper/ -->
<dependency>
<groupId>com.github.yuxiaobin</groupId>
<artifactId>mybatis-generalmapper</artifactId>
<version>1.8.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuxiaobin/mybatis-generalmapper/
implementation 'com.github.yuxiaobin:mybatis-generalmapper:1.8.8'
// https://jarcasting.com/artifacts/com.github.yuxiaobin/mybatis-generalmapper/
implementation ("com.github.yuxiaobin:mybatis-generalmapper:1.8.8")
'com.github.yuxiaobin:mybatis-generalmapper:jar:1.8.8'
<dependency org="com.github.yuxiaobin" name="mybatis-generalmapper" rev="1.8.8">
<artifact name="mybatis-generalmapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yuxiaobin', module='mybatis-generalmapper', version='1.8.8')
)
libraryDependencies += "com.github.yuxiaobin" % "mybatis-generalmapper" % "1.8.8"
[com.github.yuxiaobin/mybatis-generalmapper "1.8.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-jdbc | jar | 4.3.5.RELEASE |
| com.github.jsqlparser : jsqlparser | jar | 1.1 |
| org.reflections : reflections | jar | 0.9.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context-support | jar | 4.3.5.RELEASE |
| org.springframework : spring-context | jar | 4.3.5.RELEASE |
| com.baomidou : mybatis-plus | jar | 1.5 |
| org.apache.commons : commons-lang3 | jar | 3.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| mysql : mysql-connector-java | jar | 5.1.40 |
| junit : junit | jar | 4.12 |
| org.springframework : spring-test | jar | 4.3.5.RELEASE |
| com.h2database : h2 | jar | 1.4.194 |