License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcn.ivan95.me |
ArtifactId | ArtifactIdmybatis-extend |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMybatis Extend
Developed to simplify CURD operations, Mybatis Extend is enhanced on the basis of Mybatis, non-intrusive, supports multiple databases, supports automatic generation of primary keys, a large number of preset CURD operations, and supports ActiveRecord.
|
Filename | Size |
---|---|
mybatis-extend-1.0.4.pom | |
mybatis-extend-1.0.4.jar | 93 KB |
mybatis-extend-1.0.4-sources.jar | 72 KB |
mybatis-extend-1.0.4-javadoc.jar | 407 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.ivan95.me/mybatis-extend/ -->
<dependency>
<groupId>cn.ivan95.me</groupId>
<artifactId>mybatis-extend</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.ivan95.me/mybatis-extend/
implementation 'cn.ivan95.me:mybatis-extend:1.0.4'
// https://jarcasting.com/artifacts/cn.ivan95.me/mybatis-extend/
implementation ("cn.ivan95.me:mybatis-extend:1.0.4")
'cn.ivan95.me:mybatis-extend:jar:1.0.4'
<dependency org="cn.ivan95.me" name="mybatis-extend" rev="1.0.4">
<artifact name="mybatis-extend" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.ivan95.me', module='mybatis-extend', version='1.0.4')
)
libraryDependencies += "cn.ivan95.me" % "mybatis-extend" % "1.0.4"
[cn.ivan95.me/mybatis-extend "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
cn.ivan95.me : mybatis-extend-annotation | jar | 1.0.4 |
com.alibaba : fastjson | jar | 1.2.19 |
org.mybatis.spring.boot : mybatis-spring-boot-starter Optional | jar | 1.3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |