| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdcn.t |
| ArtifactId | ArtifactIdmybatis-base-entity |
| Last Version | Last Version1.0.1.RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmybatis entity module
mybatis entity module
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/cn.t/mybatis-base-entity/ -->
<dependency>
<groupId>cn.t</groupId>
<artifactId>mybatis-base-entity</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.t/mybatis-base-entity/
implementation 'cn.t:mybatis-base-entity:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/cn.t/mybatis-base-entity/
implementation ("cn.t:mybatis-base-entity:1.0.1.RELEASE")
'cn.t:mybatis-base-entity:jar:1.0.1.RELEASE'
<dependency org="cn.t" name="mybatis-base-entity" rev="1.0.1.RELEASE">
<artifact name="mybatis-base-entity" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.t', module='mybatis-base-entity', version='1.0.1.RELEASE')
)
libraryDependencies += "cn.t" % "mybatis-base-entity" % "1.0.1.RELEASE"
[cn.t/mybatis-base-entity "1.0.1.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mybatis : mybatis | jar | 3.5.6 |