<dependency> <groupId>tk.mybatis</groupId> <artifactId>mapper-spring-boot</artifactId> <version>1.1.3</version> <type>pom</type> </dependency>
implementation 'tk.mybatis:mapper-spring-boot:1.1.3'
implementation("tk.mybatis:mapper-spring-boot:1.1.3")
libraryDependencies += "tk.mybatis" % "mapper-spring-boot" % "1.1.3"
@Grapes( @Grab(group='tk.mybatis', module='mapper-spring-boot', version='1.1.3') )
<dependency org="tk.mybatis" name="mapper-spring-boot" rev="1.1.3" />
[tk.mybatis/mapper-spring-boot "1.1.3"]
'tk.mybatis:mapper-spring-boot:jar:1.1.3'