Maven Coordinates

Apache Maven

<dependency>
  <groupId>com.github.hazendaz.catch-exception</groupId>
  <artifactId>catch-throwable</artifactId>
  <version>2.3.4-SNAPSHOT</version>
</dependency>

Apache Ivy

<dependency org="com.github.hazendaz.catch-exception" name="catch-throwable" rev="2.3.4-SNAPSHOT">
  <artifact name="catch-throwable" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.hazendaz.catch-exception', module='catch-throwable', version='2.3.4-SNAPSHOT')
)

Gradle/Grails

implementation 'com.github.hazendaz.catch-exception:catch-throwable:2.3.4-SNAPSHOT'

Scala SBT

libraryDependencies += "com.github.hazendaz.catch-exception" % "catch-throwable" % "2.3.4-SNAPSHOT"

Leiningen

[com.github.hazendaz.catch-exception/catch-throwable "2.3.4-SNAPSHOT"]