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