is not current version
Last Version 1.1

com.github.mictaege:lenientfun 1.0

A rewritten version of the Java functional interfaces in order to ignore exception handling in lambdas

GroupId

GroupId

com.github.mictaege
ArtifactId

ArtifactId

lenientfun
Version

Version

1.0
Type

Type

jar

Download lenientfun 1.0


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