c

catch-exception

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