Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.yuanmomo |
ArtifactId | ArtifactIdmybatis-generator-plugin |
Version | Version1.0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yuanmomo/mybatis-generator-plugin/ -->
<dependency>
<groupId>com.github.yuanmomo</groupId>
<artifactId>mybatis-generator-plugin</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuanmomo/mybatis-generator-plugin/
implementation 'com.github.yuanmomo:mybatis-generator-plugin:1.0.9'
// https://jarcasting.com/artifacts/com.github.yuanmomo/mybatis-generator-plugin/
implementation ("com.github.yuanmomo:mybatis-generator-plugin:1.0.9")
'com.github.yuanmomo:mybatis-generator-plugin:jar:1.0.9'
<dependency org="com.github.yuanmomo" name="mybatis-generator-plugin" rev="1.0.9">
<artifact name="mybatis-generator-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yuanmomo', module='mybatis-generator-plugin', version='1.0.9')
)
libraryDependencies += "com.github.yuanmomo" % "mybatis-generator-plugin" % "1.0.9"
[com.github.yuanmomo/mybatis-generator-plugin "1.0.9"]