is not current version
Last Version 4.2.1

tk.mybatis:mapper-spring-boot-sample-xml 1.2.0


Categories

Categories

Spring Boot Container Microservices MyBatis Data ORM
GroupId

GroupId

tk.mybatis
ArtifactId

ArtifactId

mapper-spring-boot-sample-xml
Version

Version

1.2.0
Type

Type

jar

Download mapper-spring-boot-sample-xml 1.2.0


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