f

function-utils

Simple library of function wrappers to allow checked exceptions in lambda expressions
https://github.com/ymcsoft/function-utils
The Apache Software License, Version 2.0
Yuri Moiseyenko
Files download
File Operation
function-utils-1.0.1.jar download
function-utils-1.0.1.pom download
function-utils-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ymcsoft</groupId>
  <artifactId>function-utils</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.ymcsoft:function-utils:1.0.1'
Gradle Kotlin
implementation("io.github.ymcsoft:function-utils:1.0.1")
Scala SBT
libraryDependencies += "io.github.ymcsoft" % "function-utils" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ymcsoft', module='function-utils', version='1.0.1')
)
Apache Ivy
<dependency org="io.github.ymcsoft" name="function-utils" rev="1.0.1" />
Leiningen
[io.github.ymcsoft/function-utils "1.0.1"]
Apache Buildr
'io.github.ymcsoft:function-utils:jar:1.0.1'
Dependencies