| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdcom.github.dingey |
| ArtifactId | ArtifactIdmybatis-generator |
| Last Version | Last Version0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmybatis-generator
mybatis代码生成
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mybatis-generator-0.1.pom | |
| mybatis-generator-0.1.jar | 30 KB |
| mybatis-generator-0.1-sources.jar | 14 KB |
| mybatis-generator-0.1-javadoc.jar | 46 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dingey/mybatis-generator/ -->
<dependency>
<groupId>com.github.dingey</groupId>
<artifactId>mybatis-generator</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dingey/mybatis-generator/
implementation 'com.github.dingey:mybatis-generator:0.1'
// https://jarcasting.com/artifacts/com.github.dingey/mybatis-generator/
implementation ("com.github.dingey:mybatis-generator:0.1")
'com.github.dingey:mybatis-generator:jar:0.1'
<dependency org="com.github.dingey" name="mybatis-generator" rev="0.1">
<artifact name="mybatis-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dingey', module='mybatis-generator', version='0.1')
)
libraryDependencies += "com.github.dingey" % "mybatis-generator" % "0.1"
[com.github.dingey/mybatis-generator "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mybatis : mybatis Optional | jar | 3.4.6 |
| org.projectlombok : lombok Optional | jar | 1.16.8 |
| io.swagger : swagger-annotations Optional | jar | 1.5.14 |
| org.slf4j : slf4j-api Optional | jar | 1.7.26 |