Last Version

cn.easyutil:easysql 1.2

Fast sql executor, similar to mybatisPlus, business can be used directly

GroupId

GroupId

cn.easyutil
ArtifactId

ArtifactId

easysql
Version

Version

1.2
Type

Type

jar

Download easysql 1.2


<!-- https://jarcasting.com/artifacts/cn.easyutil/easysql/ -->
<dependency>
    <groupId>cn.easyutil</groupId>
    <artifactId>easysql</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.easyutil/easysql/
implementation 'cn.easyutil:easysql:1.2'
// https://jarcasting.com/artifacts/cn.easyutil/easysql/
implementation ("cn.easyutil:easysql:1.2")
'cn.easyutil:easysql:jar:1.2'
<dependency org="cn.easyutil" name="easysql" rev="1.2">
  <artifact name="easysql" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.easyutil', module='easysql', version='1.2')
)
libraryDependencies += "cn.easyutil" % "easysql" % "1.2"
[cn.easyutil/easysql "1.2"]