Files download
File Operation
mybatis-generator-example-enhance-0.1.jar download
mybatis-generator-example-enhance-0.1.pom download
mybatis-generator-example-enhance-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.bug-wheels</groupId>
  <artifactId>mybatis-generator-example-enhance</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.bug-wheels:mybatis-generator-example-enhance:0.1'
Gradle Kotlin
implementation("io.github.bug-wheels:mybatis-generator-example-enhance:0.1")
Scala SBT
libraryDependencies += "io.github.bug-wheels" % "mybatis-generator-example-enhance" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.bug-wheels', module='mybatis-generator-example-enhance', version='0.1')
)
Apache Ivy
<dependency org="io.github.bug-wheels" name="mybatis-generator-example-enhance" rev="0.1" />
Leiningen
[io.github.bug-wheels/mybatis-generator-example-enhance "0.1"]
Apache Buildr
'io.github.bug-wheels:mybatis-generator-example-enhance:jar:0.1'