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