License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.yuanmomo |
ArtifactId | ArtifactIdmybatis-generator-plugin |
Last Version | Last Version1.0.13 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-generator-plugin
A few common plugins to enhance MBG(MyBatis Generator), for basic use.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.yuanmomo/mybatis-generator-plugin/ -->
<dependency>
<groupId>com.github.yuanmomo</groupId>
<artifactId>mybatis-generator-plugin</artifactId>
<version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuanmomo/mybatis-generator-plugin/
implementation 'com.github.yuanmomo:mybatis-generator-plugin:1.0.13'
// https://jarcasting.com/artifacts/com.github.yuanmomo/mybatis-generator-plugin/
implementation ("com.github.yuanmomo:mybatis-generator-plugin:1.0.13")
'com.github.yuanmomo:mybatis-generator-plugin:jar:1.0.13'
<dependency org="com.github.yuanmomo" name="mybatis-generator-plugin" rev="1.0.13">
<artifact name="mybatis-generator-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yuanmomo', module='mybatis-generator-plugin', version='1.0.13')
)
libraryDependencies += "com.github.yuanmomo" % "mybatis-generator-plugin" % "1.0.13"
[com.github.yuanmomo/mybatis-generator-plugin "1.0.13"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
org.mybatis.generator : mybatis-generator-core | jar | 1.4.0 |
org.mybatis : mybatis | jar | 3.5.6 |
org.projectlombok : lombok | jar | 1.18.12 |
com.github.javaparser : javaparser-core | jar | 3.2.7 |
org.apache.commons : commons-lang3 | jar | 3.5 |