is not current version
Last Version 4.2.1

tk.mybatis:mapper-spring-boot 2.0.0-beta3

Spring Boot Support for Mapper

Categories

Categories

Spring Boot Container Microservices MyBatis Data ORM
GroupId

GroupId

tk.mybatis
ArtifactId

ArtifactId

mapper-spring-boot
Version

Version

2.0.0-beta3
Type

Type

pom

Download mapper-spring-boot 2.0.0-beta3


<!-- https://jarcasting.com/artifacts/tk.mybatis/mapper-spring-boot/ -->
<dependency>
    <groupId>tk.mybatis</groupId>
    <artifactId>mapper-spring-boot</artifactId>
    <version>2.0.0-beta3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tk.mybatis/mapper-spring-boot/
implementation 'tk.mybatis:mapper-spring-boot:2.0.0-beta3'
// https://jarcasting.com/artifacts/tk.mybatis/mapper-spring-boot/
implementation ("tk.mybatis:mapper-spring-boot:2.0.0-beta3")
'tk.mybatis:mapper-spring-boot:pom:2.0.0-beta3'
<dependency org="tk.mybatis" name="mapper-spring-boot" rev="2.0.0-beta3">
  <artifact name="mapper-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='tk.mybatis', module='mapper-spring-boot', version='2.0.0-beta3')
)
libraryDependencies += "tk.mybatis" % "mapper-spring-boot" % "2.0.0-beta3"
[tk.mybatis/mapper-spring-boot "2.0.0-beta3"]