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