| Группа | Группаcom.github.xuejike |
|---|---|
| Идентификатор | Идентификаторlambda-query |
| Версия | Версия1.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| lambda-query-1.0.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.xuejike/lambda-query/ -->
<dependency>
<groupId>com.github.xuejike</groupId>
<artifactId>lambda-query</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuejike/lambda-query/
implementation 'com.github.xuejike:lambda-query:1.0'
// https://jarcasting.com/artifacts/com.github.xuejike/lambda-query/
implementation ("com.github.xuejike:lambda-query:1.0")
'com.github.xuejike:lambda-query:pom:1.0'
<dependency org="com.github.xuejike" name="lambda-query" rev="1.0">
<artifact name="lambda-query" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.xuejike', module='lambda-query', version='1.0')
)
libraryDependencies += "com.github.xuejike" % "lambda-query" % "1.0"
[com.github.xuejike/lambda-query "1.0"]