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