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