| Категории |
КатегорииAnt Компиляция и сборка |
|---|---|
| Группа | Группаcom.github.phantomthief |
| Идентификатор | Идентификаторmore-lambdas |
| Версия | Версия0.1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| more-lambdas-0.1.0.pom | |
| more-lambdas-0.1.0.jar | 10 KB |
| more-lambdas-0.1.0-sources.jar | 3 KB |
| more-lambdas-0.1.0-javadoc.jar | 28 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.phantomthief/more-lambdas/ -->
<dependency>
<groupId>com.github.phantomthief</groupId>
<artifactId>more-lambdas</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.phantomthief/more-lambdas/
implementation 'com.github.phantomthief:more-lambdas:0.1.0'
// https://jarcasting.com/artifacts/com.github.phantomthief/more-lambdas/
implementation ("com.github.phantomthief:more-lambdas:0.1.0")
'com.github.phantomthief:more-lambdas:jar:0.1.0'
<dependency org="com.github.phantomthief" name="more-lambdas" rev="0.1.0">
<artifact name="more-lambdas" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.phantomthief', module='more-lambdas', version='0.1.0')
)
libraryDependencies += "com.github.phantomthief" % "more-lambdas" % "0.1.0"
[com.github.phantomthief/more-lambdas "0.1.0"]