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