is not current version
Last Version 1.3

pl.touk:throwing-function 1.1

Java 8 functional types on steroids supporting checked exceptions

GroupId

GroupId

pl.touk
ArtifactId

ArtifactId

throwing-function
Version

Version

1.1
Type

Type

jar

Download throwing-function 1.1


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