| Categories |
CategoriesMyBatis Data ORM |
|---|---|
| GroupId | GroupIdcom.github.fangjinuo.sqlhelper |
| ArtifactId | ArtifactIdsqlhelper-mybatisplus |
| Version | Version3.4.3 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-mybatisplus/ -->
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper-mybatisplus</artifactId>
<version>3.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-mybatisplus/
implementation 'com.github.fangjinuo.sqlhelper:sqlhelper-mybatisplus:3.4.3'
// https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-mybatisplus/
implementation ("com.github.fangjinuo.sqlhelper:sqlhelper-mybatisplus:3.4.3")
'com.github.fangjinuo.sqlhelper:sqlhelper-mybatisplus:jar:3.4.3'
<dependency org="com.github.fangjinuo.sqlhelper" name="sqlhelper-mybatisplus" rev="3.4.3">
<artifact name="sqlhelper-mybatisplus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.sqlhelper', module='sqlhelper-mybatisplus', version='3.4.3')
)
libraryDependencies += "com.github.fangjinuo.sqlhelper" % "sqlhelper-mybatisplus" % "3.4.3"
[com.github.fangjinuo.sqlhelper/sqlhelper-mybatisplus "3.4.3"]