| Categories | CategoriesMyBatis Data ORM | 
|---|---|
| GroupId | GroupIdcn.t | 
| ArtifactId | ArtifactIdcommon-mybatis | 
| Version | Version1.0.5.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/cn.t/common-mybatis/ -->
<dependency>
    <groupId>cn.t</groupId>
    <artifactId>common-mybatis</artifactId>
    <version>1.0.5.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/cn.t/common-mybatis/
implementation 'cn.t:common-mybatis:1.0.5.RELEASE'// https://jarcasting.com/artifacts/cn.t/common-mybatis/
implementation ("cn.t:common-mybatis:1.0.5.RELEASE")'cn.t:common-mybatis:jar:1.0.5.RELEASE'<dependency org="cn.t" name="common-mybatis" rev="1.0.5.RELEASE">
  <artifact name="common-mybatis" type="jar" />
</dependency>@Grapes(
@Grab(group='cn.t', module='common-mybatis', version='1.0.5.RELEASE')
)libraryDependencies += "cn.t" % "common-mybatis" % "1.0.5.RELEASE"[cn.t/common-mybatis "1.0.5.RELEASE"]