is not current version
Last Version 4.2.1

tk.mybatis:mapper-spring-boot-autoconfigure 2.0.3


Categories

Categories

Spring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration MyBatis Data ORM
GroupId

GroupId

tk.mybatis
ArtifactId

ArtifactId

mapper-spring-boot-autoconfigure
Version

Version

2.0.3
Type

Type

jar

Download mapper-spring-boot-autoconfigure 2.0.3


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