не последняя версия
Последняя версия 1.4

com.github.nullterminated:trylambda 1.2

A small Java library to improve checked exception handling in lambda expressions.

Категории

Категории

MINA Сеть Networking
Группа

Группа

com.github.nullterminated
Идентификатор

Идентификатор

trylambda
Версия

Версия

1.2
Тип

Тип

jar

Скачать trylambda 1.2


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