| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdcn.weiecho |
| ArtifactId | ArtifactIdmybatis-plugin |
| Version | Version1.0.2 |
| Type | Typejar |
| Description |
Descriptionmybatis-plugin
mybatis plugin
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mybatis-plugin-1.0.2.pom | |
| mybatis-plugin-1.0.2.jar | 15 KB |
| mybatis-plugin-1.0.2-sources.jar | 9 KB |
| mybatis-plugin-1.0.2-javadoc.jar | 85 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.weiecho/mybatis-plugin/ -->
<dependency>
<groupId>cn.weiecho</groupId>
<artifactId>mybatis-plugin</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.weiecho/mybatis-plugin/
implementation 'cn.weiecho:mybatis-plugin:1.0.2'
// https://jarcasting.com/artifacts/cn.weiecho/mybatis-plugin/
implementation ("cn.weiecho:mybatis-plugin:1.0.2")
'cn.weiecho:mybatis-plugin:jar:1.0.2'
<dependency org="cn.weiecho" name="mybatis-plugin" rev="1.0.2">
<artifact name="mybatis-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.weiecho', module='mybatis-plugin', version='1.0.2')
)
libraryDependencies += "cn.weiecho" % "mybatis-plugin" % "1.0.2"
[cn.weiecho/mybatis-plugin "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mybatis.spring.boot : mybatis-spring-boot-starter Optional | jar | 2.1.0 |
| org.json : json Optional | jar | 20190722 |