License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcn.miw |
ArtifactId | ArtifactIdmybatisGen |
Last Version | Last Version0.1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionmybatisGen
基于MyBatis-Plus的实体和Mapper,Service生成工具
|
Filename | Size |
---|---|
mybatisGen-0.1.5.pom | |
mybatisGen-0.1.5.jar | 11 KB |
mybatisGen-0.1.5-sources.jar | 6 KB |
mybatisGen-0.1.5-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.miw/mybatisGen/ -->
<dependency>
<groupId>cn.miw</groupId>
<artifactId>mybatisGen</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/cn.miw/mybatisGen/
implementation 'cn.miw:mybatisGen:0.1.5'
// https://jarcasting.com/artifacts/cn.miw/mybatisGen/
implementation ("cn.miw:mybatisGen:0.1.5")
'cn.miw:mybatisGen:jar:0.1.5'
<dependency org="cn.miw" name="mybatisGen" rev="0.1.5">
<artifact name="mybatisGen" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.miw', module='mybatisGen', version='0.1.5')
)
libraryDependencies += "cn.miw" % "mybatisGen" % "0.1.5"
[cn.miw/mybatisGen "0.1.5"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |