is not current version
Last Version 1.2.0

com.googlecode.catch-exception:catch-exception 1.1.0

Catch and verify exceptions

GroupId

GroupId

com.googlecode.catch-exception
ArtifactId

ArtifactId

catch-exception
Version

Version

1.1.0
Type

Type

jar

Download catch-exception 1.1.0


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