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