| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы MyBatis Данные ORM |
| Группа | Группаcom.alilitech |
| Идентификатор | Идентификаторmybatis-jpa-spring-boot-starter |
| Последняя версия | Последняя версия2.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеmybatis jpa is an ORM framework based on mybatis.
|
<!-- https://jarcasting.com/artifacts/com.alilitech/mybatis-jpa-spring-boot-starter/ -->
<dependency>
<groupId>com.alilitech</groupId>
<artifactId>mybatis-jpa-spring-boot-starter</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.alilitech/mybatis-jpa-spring-boot-starter/
implementation 'com.alilitech:mybatis-jpa-spring-boot-starter:2.0.2'
// https://jarcasting.com/artifacts/com.alilitech/mybatis-jpa-spring-boot-starter/
implementation ("com.alilitech:mybatis-jpa-spring-boot-starter:2.0.2")
'com.alilitech:mybatis-jpa-spring-boot-starter:jar:2.0.2'
<dependency org="com.alilitech" name="mybatis-jpa-spring-boot-starter" rev="2.0.2">
<artifact name="mybatis-jpa-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alilitech', module='mybatis-jpa-spring-boot-starter', version='2.0.2')
)
libraryDependencies += "com.alilitech" % "mybatis-jpa-spring-boot-starter" % "2.0.2"
[com.alilitech/mybatis-jpa-spring-boot-starter "2.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.alilitech : mybatis-jpa-spring | jar | 2.0.2 |
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.2.2 |
| org.springframework.boot : spring-boot-starter-jdbc | jar | |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |
| org.springframework.boot : spring-boot-starter | jar | |
| org.springframework.boot : spring-boot-starter-test | jar | |
| mysql : mysql-connector-java | jar | 8.0.28 |