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