Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdtech.mhuang |
ArtifactId | ArtifactIdhmtool-mybatis-generator |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/tech.mhuang/hmtool-mybatis-generator/ -->
<dependency>
<groupId>tech.mhuang</groupId>
<artifactId>hmtool-mybatis-generator</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.mhuang/hmtool-mybatis-generator/
implementation 'tech.mhuang:hmtool-mybatis-generator:1.2.0'
// https://jarcasting.com/artifacts/tech.mhuang/hmtool-mybatis-generator/
implementation ("tech.mhuang:hmtool-mybatis-generator:1.2.0")
'tech.mhuang:hmtool-mybatis-generator:jar:1.2.0'
<dependency org="tech.mhuang" name="hmtool-mybatis-generator" rev="1.2.0">
<artifact name="hmtool-mybatis-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.mhuang', module='hmtool-mybatis-generator', version='1.2.0')
)
libraryDependencies += "tech.mhuang" % "hmtool-mybatis-generator" % "1.2.0"
[tech.mhuang/hmtool-mybatis-generator "1.2.0"]