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