is not current version
Last Version 1.0.7

com.github.xuejike:lambda-query-core 1.0

Demo project for Spring Boot

GroupId

GroupId

com.github.xuejike
ArtifactId

ArtifactId

lambda-query-core
Version

Version

1.0
Type

Type

jar

Download lambda-query-core 1.0


<!-- https://jarcasting.com/artifacts/com.github.xuejike/lambda-query-core/ -->
<dependency>
    <groupId>com.github.xuejike</groupId>
    <artifactId>lambda-query-core</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuejike/lambda-query-core/
implementation 'com.github.xuejike:lambda-query-core:1.0'
// https://jarcasting.com/artifacts/com.github.xuejike/lambda-query-core/
implementation ("com.github.xuejike:lambda-query-core:1.0")
'com.github.xuejike:lambda-query-core:jar:1.0'
<dependency org="com.github.xuejike" name="lambda-query-core" rev="1.0">
  <artifact name="lambda-query-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xuejike', module='lambda-query-core', version='1.0')
)
libraryDependencies += "com.github.xuejike" % "lambda-query-core" % "1.0"
[com.github.xuejike/lambda-query-core "1.0"]