Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcn.wangshuaitong.library |
ArtifactId | ArtifactIdmodule-mybatis-generator |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.wangshuaitong.library/module-mybatis-generator/ -->
<dependency>
<groupId>cn.wangshuaitong.library</groupId>
<artifactId>module-mybatis-generator</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.wangshuaitong.library/module-mybatis-generator/
implementation 'cn.wangshuaitong.library:module-mybatis-generator:1.0.0'
// https://jarcasting.com/artifacts/cn.wangshuaitong.library/module-mybatis-generator/
implementation ("cn.wangshuaitong.library:module-mybatis-generator:1.0.0")
'cn.wangshuaitong.library:module-mybatis-generator:jar:1.0.0'
<dependency org="cn.wangshuaitong.library" name="module-mybatis-generator" rev="1.0.0">
<artifact name="module-mybatis-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.wangshuaitong.library', module='module-mybatis-generator', version='1.0.0')
)
libraryDependencies += "cn.wangshuaitong.library" % "module-mybatis-generator" % "1.0.0"
[cn.wangshuaitong.library/module-mybatis-generator "1.0.0"]