License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcn.t |
ArtifactId | ArtifactIdbase-module-mybatis-dao |
Last Version | Last Version1.0.0-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis dao module
mybatis dao module
|
<!-- https://jarcasting.com/artifacts/cn.t/base-module-mybatis-dao/ -->
<dependency>
<groupId>cn.t</groupId>
<artifactId>base-module-mybatis-dao</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.t/base-module-mybatis-dao/
implementation 'cn.t:base-module-mybatis-dao:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/cn.t/base-module-mybatis-dao/
implementation ("cn.t:base-module-mybatis-dao:1.0.0-RELEASE")
'cn.t:base-module-mybatis-dao:jar:1.0.0-RELEASE'
<dependency org="cn.t" name="base-module-mybatis-dao" rev="1.0.0-RELEASE">
<artifact name="base-module-mybatis-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.t', module='base-module-mybatis-dao', version='1.0.0-RELEASE')
)
libraryDependencies += "cn.t" % "base-module-mybatis-dao" % "1.0.0-RELEASE"
[cn.t/base-module-mybatis-dao "1.0.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.3.0 |
ch.qos.logback : logback-classic | jar | 1.2.3 |