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

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


Категории

Категории

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

Группа

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

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

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

Версия

2.0.0-beta3
Тип

Тип

jar

Скачать mapper-spring-boot-sample-xml 2.0.0-beta3


<!-- 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.0-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/tk.mybatis/mapper-spring-boot-sample-xml/
implementation 'tk.mybatis:mapper-spring-boot-sample-xml:2.0.0-beta3'
// https://jarcasting.com/artifacts/tk.mybatis/mapper-spring-boot-sample-xml/
implementation ("tk.mybatis:mapper-spring-boot-sample-xml:2.0.0-beta3")
'tk.mybatis:mapper-spring-boot-sample-xml:jar:2.0.0-beta3'
<dependency org="tk.mybatis" name="mapper-spring-boot-sample-xml" rev="2.0.0-beta3">
  <artifact name="mapper-spring-boot-sample-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='tk.mybatis', module='mapper-spring-boot-sample-xml', version='2.0.0-beta3')
)
libraryDependencies += "tk.mybatis" % "mapper-spring-boot-sample-xml" % "2.0.0-beta3"
[tk.mybatis/mapper-spring-boot-sample-xml "2.0.0-beta3"]