c

catch-exception

Catch and verify exceptions
http://code.google.com/p/catch-exception/
Files download
File Operation
catch-exception-1.3.3.jar download
catch-exception-1.3.3.pom download
catch-exception-1.3.3-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.codearte.catch-exception</groupId>
  <artifactId>catch-exception</artifactId>
  <version>1.3.3</version>
</dependency>
Gradle Groovy
implementation 'eu.codearte.catch-exception:catch-exception:1.3.3'
Gradle Kotlin
implementation("eu.codearte.catch-exception:catch-exception:1.3.3")
Scala SBT
libraryDependencies += "eu.codearte.catch-exception" % "catch-exception" % "1.3.3"
Groovy Grape
@Grapes(
  @Grab(group='eu.codearte.catch-exception', module='catch-exception', version='1.3.3')
)
Apache Ivy
<dependency org="eu.codearte.catch-exception" name="catch-exception" rev="1.3.3" />
Leiningen
[eu.codearte.catch-exception/catch-exception "1.3.3"]
Apache Buildr
'eu.codearte.catch-exception:catch-exception:jar:1.3.3'