| Категории |
КатегорииSpring Boot Контейнер Микросервисы MyBatis Данные ORM |
|---|---|
| Группа | Группаtech.wetech.mybatis |
| Идентификатор | Идентификаторmybatis-ext-spring-boot-starter |
| Версия | Версия1.3.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| mybatis-ext-spring-boot-starter-1.3.0.pom | |
| mybatis-ext-spring-boot-starter-1.3.0.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/tech.wetech.mybatis/mybatis-ext-spring-boot-starter/ -->
<dependency>
<groupId>tech.wetech.mybatis</groupId>
<artifactId>mybatis-ext-spring-boot-starter</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.wetech.mybatis/mybatis-ext-spring-boot-starter/
implementation 'tech.wetech.mybatis:mybatis-ext-spring-boot-starter:1.3.0'
// https://jarcasting.com/artifacts/tech.wetech.mybatis/mybatis-ext-spring-boot-starter/
implementation ("tech.wetech.mybatis:mybatis-ext-spring-boot-starter:1.3.0")
'tech.wetech.mybatis:mybatis-ext-spring-boot-starter:jar:1.3.0'
<dependency org="tech.wetech.mybatis" name="mybatis-ext-spring-boot-starter" rev="1.3.0">
<artifact name="mybatis-ext-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.wetech.mybatis', module='mybatis-ext-spring-boot-starter', version='1.3.0')
)
libraryDependencies += "tech.wetech.mybatis" % "mybatis-ext-spring-boot-starter" % "1.3.0"
[tech.wetech.mybatis/mybatis-ext-spring-boot-starter "1.3.0"]