<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper-mybatisplus-spring-boot</artifactId>
<version>3.1.1</version>
</dependency>
implementation group: 'com.github.fangjinuo.sqlhelper', name: 'sqlhelper-mybatisplus-spring-boot', version: '3.1.1'
implementation 'com.github.fangjinuo.sqlhelper:sqlhelper-mybatisplus-spring-boot:3.1.1'
implementation("com.github.fangjinuo.sqlhelper:sqlhelper-mybatisplus-spring-boot:3.1.1")
libraryDependencies += "com.github.fangjinuo.sqlhelper" % "sqlhelper-mybatisplus-spring-boot" % "3.1.1"
<dependency org="com.github.fangjinuo.sqlhelper" name="sqlhelper-mybatisplus-spring-boot" rev="3.1.1"/>
@Grapes(
@Grab(group='com.github.fangjinuo.sqlhelper', module='sqlhelper-mybatisplus-spring-boot', version='3.1.1')
)
[com.github.fangjinuo.sqlhelper/sqlhelper-mybatisplus-spring-boot "3.1.1"]
'com.github.fangjinuo.sqlhelper:sqlhelper-mybatisplus-spring-boot:jar:3.1.1'