License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.xuejike |
ArtifactId | ArtifactIdlambda-query-mybatis-plus |
Last Version | Last Version1.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionquery all in lambda
|
<!-- https://jarcasting.com/artifacts/com.github.xuejike/lambda-query-mybatis-plus/ -->
<dependency>
<groupId>com.github.xuejike</groupId>
<artifactId>lambda-query-mybatis-plus</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuejike/lambda-query-mybatis-plus/
implementation 'com.github.xuejike:lambda-query-mybatis-plus:1.0.7'
// https://jarcasting.com/artifacts/com.github.xuejike/lambda-query-mybatis-plus/
implementation ("com.github.xuejike:lambda-query-mybatis-plus:1.0.7")
'com.github.xuejike:lambda-query-mybatis-plus:jar:1.0.7'
<dependency org="com.github.xuejike" name="lambda-query-mybatis-plus" rev="1.0.7">
<artifact name="lambda-query-mybatis-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xuejike', module='lambda-query-mybatis-plus', version='1.0.7')
)
libraryDependencies += "com.github.xuejike" % "lambda-query-mybatis-plus" % "1.0.7"
[com.github.xuejike/lambda-query-mybatis-plus "1.0.7"]
Group / Artifact | Type | Version |
---|---|---|
com.github.xuejike : lambda-query-core | jar | 1.0.7 |
com.baomidou : mybatis-plus-core | jar | 3.4.1 |
com.baomidou : mybatis-plus-extension | jar | 3.4.1 |
cn.hutool : hutool-extra | jar | 5.5.2 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |