| License | License | 
|---|---|
| Categories | CategoriesMyBatis Data ORM | 
| GroupId | GroupIdcom.itcoon | 
| ArtifactId | ArtifactIdcommon-mybatis | 
| Version | Version1.0.9.RELEASE | 
| Type | Typejar | 
| Description | Descriptionprovides common components for java and spring | 
<!-- https://jarcasting.com/artifacts/com.itcoon/common-mybatis/ -->
<dependency>
    <groupId>com.itcoon</groupId>
    <artifactId>common-mybatis</artifactId>
    <version>1.0.9.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.itcoon/common-mybatis/
implementation 'com.itcoon:common-mybatis:1.0.9.RELEASE'// https://jarcasting.com/artifacts/com.itcoon/common-mybatis/
implementation ("com.itcoon:common-mybatis:1.0.9.RELEASE")'com.itcoon:common-mybatis:jar:1.0.9.RELEASE'<dependency org="com.itcoon" name="common-mybatis" rev="1.0.9.RELEASE">
  <artifact name="common-mybatis" type="jar" />
</dependency>@Grapes(
@Grab(group='com.itcoon', module='common-mybatis', version='1.0.9.RELEASE')
)libraryDependencies += "com.itcoon" % "common-mybatis" % "1.0.9.RELEASE"[com.itcoon/common-mybatis "1.0.9.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.itcoon : common-core | jar | 1.0.9.RELEASE | 
| com.github.pagehelper : pagehelper-spring-boot-starter | jar | 1.3.0 | 
| org.mybatis : mybatis | jar | 3.5.5 |