m

mybatis-generator

According to the database, three layers of code are generated automatically.
https://github.com/fanlinglonghub/mybatis-generator
The Apache Software License, Version 2.0
fanlinglong
文件下载
文件名 操作
mybatis-generator-1.0.0.jar 下载
mybatis-generator-1.0.0.pom 下载
mybatis-generator-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.fanlinglonghub</groupId>
  <artifactId>mybatis-generator</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.fanlinglonghub:mybatis-generator:1.0.0'
Gradle Kotlin
implementation("io.github.fanlinglonghub:mybatis-generator:1.0.0")
Scala SBT
libraryDependencies += "io.github.fanlinglonghub" % "mybatis-generator" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.fanlinglonghub', module='mybatis-generator', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.fanlinglonghub" name="mybatis-generator" rev="1.0.0" />
Leiningen
[io.github.fanlinglonghub/mybatis-generator "1.0.0"]
Apache Buildr
'io.github.fanlinglonghub:mybatis-generator:jar:1.0.0'