не последняя версия
Последняя версия 4.2.1

tk.mybatis:mapper-spring-boot-sample-xml 2.0.3-beta1


Категории

Категории

Spring Boot Контейнер Микросервисы MyBatis Данные ORM
Группа

Группа

tk.mybatis
Идентификатор

Идентификатор

mapper-spring-boot-sample-xml
Версия

Версия

2.0.3-beta1
Тип

Тип

jar

Скачать mapper-spring-boot-sample-xml 2.0.3-beta1


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