m

mybatis-generator-plugin

generator ext
http://maven.apache.org
Apache License, Version 2.0
spafka
文件下载
文件名 操作
mybatis-generator-plugin-1.0.jar 下载
mybatis-generator-plugin-1.0.pom 下载
mybatis-generator-plugin-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.spafka</groupId>
  <artifactId>mybatis-generator-plugin</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.spafka:mybatis-generator-plugin:1.0'
Gradle Kotlin
implementation("io.github.spafka:mybatis-generator-plugin:1.0")
Scala SBT
libraryDependencies += "io.github.spafka" % "mybatis-generator-plugin" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.spafka', module='mybatis-generator-plugin', version='1.0')
)
Apache Ivy
<dependency org="io.github.spafka" name="mybatis-generator-plugin" rev="1.0" />
Leiningen
[io.github.spafka/mybatis-generator-plugin "1.0"]
Apache Buildr
'io.github.spafka:mybatis-generator-plugin:jar:1.0'