GroupId | GroupIdcom.github.xuejike |
---|---|
ArtifactId | ArtifactIdlambda-query |
Version | Version1.0.6 |
Type | Typepom |
Filename | Size |
---|---|
lambda-query-1.0.6.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xuejike/lambda-query/ -->
<dependency>
<groupId>com.github.xuejike</groupId>
<artifactId>lambda-query</artifactId>
<version>1.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuejike/lambda-query/
implementation 'com.github.xuejike:lambda-query:1.0.6'
// https://jarcasting.com/artifacts/com.github.xuejike/lambda-query/
implementation ("com.github.xuejike:lambda-query:1.0.6")
'com.github.xuejike:lambda-query:pom:1.0.6'
<dependency org="com.github.xuejike" name="lambda-query" rev="1.0.6">
<artifact name="lambda-query" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.xuejike', module='lambda-query', version='1.0.6')
)
libraryDependencies += "com.github.xuejike" % "lambda-query" % "1.0.6"
[com.github.xuejike/lambda-query "1.0.6"]