io.earcam:io.earcam.unexceptional

A small cohesive module, leveraging Java 8 functional capabilities to remove most of the boiler-plate of handling checked exceptions.

License

License

GroupId

GroupId

io.earcam
ArtifactId

ArtifactId

io.earcam.unexceptional
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

A small cohesive module, leveraging Java 8 functional capabilities to remove most of the boiler-plate of handling checked exceptions.
Project URL

Project URL

https://unexceptional.earcam.io
Project Organization

Project Organization

earcam
Source Code Management

Source Code Management

http://bitbucket.org/earcam/io.earcam.unexceptional.git

Download io.earcam.unexceptional

How to add to project

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

Dependencies

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.2.0
org.junit.platform : junit-platform-launcher jar 1.2.0
org.junit.jupiter : junit-jupiter-engine jar 5.2.0
org.hamcrest : java-hamcrest jar 2.0.0.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0