Maven Coordinates
Apache Maven
<dependency> <groupId>com.github.hazendaz.catch-exception</groupId> <artifactId>catch-throwable</artifactId> <version>2.3.6-SNAPSHOT</version> </dependency>
Apache Ivy
<dependency org="com.github.hazendaz.catch-exception" name="catch-throwable" rev="2.3.6-SNAPSHOT"> <artifact name="catch-throwable" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.github.hazendaz.catch-exception', module='catch-throwable', version='2.3.6-SNAPSHOT') )
Gradle/Grails
implementation 'com.github.hazendaz.catch-exception:catch-throwable:2.3.6-SNAPSHOT'
Scala SBT
libraryDependencies += "com.github.hazendaz.catch-exception" % "catch-throwable" % "2.3.6-SNAPSHOT"
Leiningen
[com.github.hazendaz.catch-exception/catch-throwable "2.3.6-SNAPSHOT"]


