is not current version
Last Version 1.2.0

com.googlecode.catch-exception:catch-exception 1.0.4

Catch and verify exceptions

GroupId

GroupId

com.googlecode.catch-exception
ArtifactId

ArtifactId

catch-exception
Version

Version

1.0.4
Type

Type

jar

Download catch-exception 1.0.4


<!-- https://jarcasting.com/artifacts/com.googlecode.catch-exception/catch-exception/ -->
<dependency>
    <groupId>com.googlecode.catch-exception</groupId>
    <artifactId>catch-exception</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.catch-exception/catch-exception/
implementation 'com.googlecode.catch-exception:catch-exception:1.0.4'
// https://jarcasting.com/artifacts/com.googlecode.catch-exception/catch-exception/
implementation ("com.googlecode.catch-exception:catch-exception:1.0.4")
'com.googlecode.catch-exception:catch-exception:jar:1.0.4'
<dependency org="com.googlecode.catch-exception" name="catch-exception" rev="1.0.4">
  <artifact name="catch-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.catch-exception', module='catch-exception', version='1.0.4')
)
libraryDependencies += "com.googlecode.catch-exception" % "catch-exception" % "1.0.4"
[com.googlecode.catch-exception/catch-exception "1.0.4"]