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