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