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