Files download
File Operation
mapper-spring-boot-1.1.4.pom download
Apache Maven
<dependency>
  <groupId>tk.mybatis</groupId>
  <artifactId>mapper-spring-boot</artifactId>
  <version>1.1.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'tk.mybatis:mapper-spring-boot:1.1.4'
Gradle Kotlin
implementation("tk.mybatis:mapper-spring-boot:1.1.4")
Scala SBT
libraryDependencies += "tk.mybatis" % "mapper-spring-boot" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='tk.mybatis', module='mapper-spring-boot', version='1.1.4')
)
Apache Ivy
<dependency org="tk.mybatis" name="mapper-spring-boot" rev="1.1.4" />
Leiningen
[tk.mybatis/mapper-spring-boot "1.1.4"]
Apache Buildr
'tk.mybatis:mapper-spring-boot:jar:1.1.4'
Dependencies
The project has no third-party dependencies