MVN

io.earcam : io.earcam.unexceptional

Maven & Gradle

Jul 27, 2018
33 usages

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

<dependency>
    <groupId>io.earcam</groupId>
    <artifactId>io.earcam.unexceptional</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.earcam : io.earcam.unexceptional to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.earcam : io.earcam.unexceptional to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
io.earcam.unexceptional-1.0.0
0.5.x
io.earcam.unexceptional-0.5.1
io.earcam.unexceptional-0.5.0
0.4.x
io.earcam.unexceptional-0.4.0
0.3.x
io.earcam.unexceptional-0.3.0
0.2.x
io.earcam.unexceptional-0.2.0

How to add a dependency to Maven

Add the following io.earcam : io.earcam.unexceptional maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.earcam</groupId>
    <artifactId>io.earcam.unexceptional</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.earcam : io.earcam.unexceptional gradle dependency to your build.gradle file:

implementation 'io.earcam:io.earcam.unexceptional:1.0.0'

Gradle Kotlin DSL: Add the following io.earcam : io.earcam.unexceptional gradle kotlin dependency to your build.gradle.kts file:

implementation("io.earcam:io.earcam.unexceptional:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.earcam : io.earcam.unexceptional sbt scala dependency to your build.sbt file:

libraryDependencies += "io.earcam" % "io.earcam.unexceptional" % "1.0.0"

Advertisement