is not current version
Last Version 0.5.0

com.github.fge:throwing-lambdas 0.2.0

Wrappers for methods/interfaces/lambdas throwing exceptions for use in functional interfaces

GroupId

GroupId

com.github.fge
ArtifactId

ArtifactId

throwing-lambdas
Version

Version

0.2.0
Type

Type

jar

Download throwing-lambdas 0.2.0


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