c

catch-exception

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