is not current version
Last Version 2.5.11.RELEASE

com.github.wywuzh:commons-mybatis-generator 2.4.2.RELEASE

mybatis-generator代码自动生成插件

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.wywuzh
ArtifactId

ArtifactId

commons-mybatis-generator
Version

Version

2.4.2.RELEASE
Type

Type

jar

Download commons-mybatis-generator 2.4.2.RELEASE


<!-- https://jarcasting.com/artifacts/com.github.wywuzh/commons-mybatis-generator/ -->
<dependency>
    <groupId>com.github.wywuzh</groupId>
    <artifactId>commons-mybatis-generator</artifactId>
    <version>2.4.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-mybatis-generator/
implementation 'com.github.wywuzh:commons-mybatis-generator:2.4.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-mybatis-generator/
implementation ("com.github.wywuzh:commons-mybatis-generator:2.4.2.RELEASE")
'com.github.wywuzh:commons-mybatis-generator:jar:2.4.2.RELEASE'
<dependency org="com.github.wywuzh" name="commons-mybatis-generator" rev="2.4.2.RELEASE">
  <artifact name="commons-mybatis-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wywuzh', module='commons-mybatis-generator', version='2.4.2.RELEASE')
)
libraryDependencies += "com.github.wywuzh" % "commons-mybatis-generator" % "2.4.2.RELEASE"
[com.github.wywuzh/commons-mybatis-generator "2.4.2.RELEASE"]