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