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