MVN

eu.codearte.catch-exception : catch-throwable

Maven & Gradle

Apr 09, 2019
59 usages
141 stars

Catch throwables (not only exceptions)

<dependency>
    <groupId>eu.codearte.catch-exception</groupId>
    <artifactId>catch-throwable</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.codearte.catch-exception : catch-throwable to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0
  • Latest Beta: 2.0.0-beta-1
  • Latest Alpha: 2.0.0-ALPHA-1

All Versions

Choose a version of eu.codearte.catch-exception : catch-throwable to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
catch-throwable-2.0
2.0.x
catch-throwable-2.0.0-beta-1
catch-throwable-2.0.0-ALPHA-1
1.4.x
catch-throwable-1.4.6
catch-throwable-1.4.5
catch-throwable-1.4.4
catch-throwable-1.4.2
catch-throwable-1.4.1
catch-throwable-1.4.1-beta-2
1.3.x
catch-throwable-1.3.4
catch-throwable-1.3.3
catch-throwable-1.3.2
catch-throwable-1.3.1
catch-throwable-1.3.0

How to add a dependency to Maven

Add the following eu.codearte.catch-exception : catch-throwable maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.codearte.catch-exception</groupId>
    <artifactId>catch-throwable</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.codearte.catch-exception : catch-throwable gradle dependency to your build.gradle file:

implementation 'eu.codearte.catch-exception:catch-throwable:2.0'

Gradle Kotlin DSL: Add the following eu.codearte.catch-exception : catch-throwable gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.codearte.catch-exception:catch-throwable:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.codearte.catch-exception : catch-throwable sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.codearte.catch-exception" % "catch-throwable" % "2.0"

Advertisement