Last Version

Throwable Optional 1.0.2

Java utility class that enables the possibility to use the Optional with functions that can throw exceptions

License

License

GroupId

GroupId

xyz.brandonfl
ArtifactId

ArtifactId

throwable-optional
Version

Version

1.0.2
Type

Type

jar
Description

Description

Throwable Optional
Java utility class that enables the possibility to use the Optional with functions that can throw exceptions
Project URL

Project URL

https://github.com/brandonfl/throwable-optional
Source Code Management

Source Code Management

http://github.com/brandonfl/throwable-optional/tree/master

Download throwable-optional 1.0.2


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

Dependencies

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.1.0
junit : junit jar RELEASE

Project Modules

There are no modules declared in this project.