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