| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Данные MyBatis ORM |
| Группа | Группаcom.ifrabbit |
| Идентификатор | Идентификаторspring-boot-starter-data-mybatis |
| Версия | Версия1.0.17.RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеSpring Boot Data MyBatis Starter
Starter for using Spring Data MyBatis
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.ifrabbit/spring-boot-starter-data-mybatis/ -->
<dependency>
<groupId>com.ifrabbit</groupId>
<artifactId>spring-boot-starter-data-mybatis</artifactId>
<version>1.0.17.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.ifrabbit/spring-boot-starter-data-mybatis/
implementation 'com.ifrabbit:spring-boot-starter-data-mybatis:1.0.17.RELEASE'
// https://jarcasting.com/artifacts/com.ifrabbit/spring-boot-starter-data-mybatis/
implementation ("com.ifrabbit:spring-boot-starter-data-mybatis:1.0.17.RELEASE")
'com.ifrabbit:spring-boot-starter-data-mybatis:jar:1.0.17.RELEASE'
<dependency org="com.ifrabbit" name="spring-boot-starter-data-mybatis" rev="1.0.17.RELEASE">
<artifact name="spring-boot-starter-data-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ifrabbit', module='spring-boot-starter-data-mybatis', version='1.0.17.RELEASE')
)
libraryDependencies += "com.ifrabbit" % "spring-boot-starter-data-mybatis" % "1.0.17.RELEASE"
[com.ifrabbit/spring-boot-starter-data-mybatis "1.0.17.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 1.5.5.RELEASE |
| com.ifrabbit : spring-data-mybatis | jar | 1.0.17.RELEASE |
| org.springframework.boot : spring-boot-starter-jdbc | jar | 1.5.5.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 2.6.0 |
| org.mockito : mockito-core | jar | 1.10.19 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.springframework : spring-test | jar |