m

mybatis-generator-custom-plugin

empty
https://github.com/MissThee/${project.name}
MIT License
Ma Teng
文件下载
文件名 操作
mybatis-generator-custom-plugin-2.4.jar 下载
mybatis-generator-custom-plugin-2.4.pom 下载
mybatis-generator-custom-plugin-2.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.MissThee</groupId>
  <artifactId>mybatis-generator-custom-plugin</artifactId>
  <version>2.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.MissThee:mybatis-generator-custom-plugin:2.4'
Gradle Kotlin
implementation("com.github.MissThee:mybatis-generator-custom-plugin:2.4")
Scala SBT
libraryDependencies += "com.github.MissThee" % "mybatis-generator-custom-plugin" % "2.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.MissThee', module='mybatis-generator-custom-plugin', version='2.4')
)
Apache Ivy
<dependency org="com.github.MissThee" name="mybatis-generator-custom-plugin" rev="2.4" />
Leiningen
[com.github.MissThee/mybatis-generator-custom-plugin "2.4"]
Apache Buildr
'com.github.MissThee:mybatis-generator-custom-plugin:jar:2.4'