is not current version
Last Version 4.2.1

tk.mybatis:mapper-spring-boot-starter 2.0.3-beta1


Categories

Categories

Spring Boot Container Microservices MyBatis Data ORM
GroupId

GroupId

tk.mybatis
ArtifactId

ArtifactId

mapper-spring-boot-starter
Version

Version

2.0.3-beta1
Type

Type

jar

Download mapper-spring-boot-starter 2.0.3-beta1


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