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