is not current version
Last Version 2.0

eu.codearte.catch-exception:catch-throwable 1.4.4

Catch throwables (not only exceptions)

GroupId

GroupId

eu.codearte.catch-exception
ArtifactId

ArtifactId

catch-throwable
Version

Version

1.4.4
Type

Type

jar

Download catch-throwable 1.4.4


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