License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdio.github.mybatisSpPlus |
ArtifactId | ArtifactIdmybatis-easy-go |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMybatis Easy GO
让开发者可以用接近书写sql的方式构建各种查询。并且方便的处理类型的转换,分页等工作。并且可以在切换源数据库后可以自动适配
|
Project URL |
Project URL |
Filename | Size |
---|---|
mybatis-easy-go-0.2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.mybatisSpPlus/mybatis-easy-go/ -->
<dependency>
<groupId>io.github.mybatisSpPlus</groupId>
<artifactId>mybatis-easy-go</artifactId>
<version>0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.mybatisSpPlus/mybatis-easy-go/
implementation 'io.github.mybatisSpPlus:mybatis-easy-go:0.2'
// https://jarcasting.com/artifacts/io.github.mybatisSpPlus/mybatis-easy-go/
implementation ("io.github.mybatisSpPlus:mybatis-easy-go:0.2")
'io.github.mybatisSpPlus:mybatis-easy-go:pom:0.2'
<dependency org="io.github.mybatisSpPlus" name="mybatis-easy-go" rev="0.2">
<artifact name="mybatis-easy-go" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.mybatisSpPlus', module='mybatis-easy-go', version='0.2')
)
libraryDependencies += "io.github.mybatisSpPlus" % "mybatis-easy-go" % "0.2"
[io.github.mybatisSpPlus/mybatis-easy-go "0.2"]