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