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