License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdio.github.fanlinglonghub |
ArtifactId | ArtifactIdmybatis-generator |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-full-generator
According to the database, three layers of code are generated automatically.
|
Project URL |
Project URL |
Filename | Size |
---|---|
mybatis-generator-1.0.0.pom | |
mybatis-generator-1.0.0.jar | 33 KB |
mybatis-generator-1.0.0-sources.jar | 20 KB |
mybatis-generator-1.0.0-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.fanlinglonghub/mybatis-generator/ -->
<dependency>
<groupId>io.github.fanlinglonghub</groupId>
<artifactId>mybatis-generator</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fanlinglonghub/mybatis-generator/
implementation 'io.github.fanlinglonghub:mybatis-generator:1.0.0'
// https://jarcasting.com/artifacts/io.github.fanlinglonghub/mybatis-generator/
implementation ("io.github.fanlinglonghub:mybatis-generator:1.0.0")
'io.github.fanlinglonghub:mybatis-generator:jar:1.0.0'
<dependency org="io.github.fanlinglonghub" name="mybatis-generator" rev="1.0.0">
<artifact name="mybatis-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fanlinglonghub', module='mybatis-generator', version='1.0.0')
)
libraryDependencies += "io.github.fanlinglonghub" % "mybatis-generator" % "1.0.0"
[io.github.fanlinglonghub/mybatis-generator "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba : druid | jar | 1.1.16 |
mysql : mysql-connector-java | jar | 8.0.15 |
org.slf4j : slf4j-api | jar | 1.7.26 |
org.freemarker : freemarker | jar | 2.3.28 |
org.projectlombok : lombok Optional | jar | 1.18.6 |