License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdtech.mhuang |
ArtifactId | ArtifactIdhmtool-mybatis-generator |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis code generate plugins
自动生成CRUD等操作、包含注释等
|
<!-- https://jarcasting.com/artifacts/tech.mhuang/hmtool-mybatis-generator/ -->
<dependency>
<groupId>tech.mhuang</groupId>
<artifactId>hmtool-mybatis-generator</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.mhuang/hmtool-mybatis-generator/
implementation 'tech.mhuang:hmtool-mybatis-generator:1.3.0'
// https://jarcasting.com/artifacts/tech.mhuang/hmtool-mybatis-generator/
implementation ("tech.mhuang:hmtool-mybatis-generator:1.3.0")
'tech.mhuang:hmtool-mybatis-generator:jar:1.3.0'
<dependency org="tech.mhuang" name="hmtool-mybatis-generator" rev="1.3.0">
<artifact name="hmtool-mybatis-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.mhuang', module='hmtool-mybatis-generator', version='1.3.0')
)
libraryDependencies += "tech.mhuang" % "hmtool-mybatis-generator" % "1.3.0"
[tech.mhuang/hmtool-mybatis-generator "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis.generator : mybatis-generator-core | jar | 1.3.6 |
org.freemarker : freemarker | jar | 2.3.28 |