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

org.mybatis.spring.boot:mybatis-spring-boot-starter-test 2.1.4


Категории

Категории

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

Группа

org.mybatis.spring.boot
Идентификатор

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

mybatis-spring-boot-starter-test
Версия

Версия

2.1.4
Тип

Тип

jar

Скачать mybatis-spring-boot-starter-test 2.1.4


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