is not current version
Last Version 2.0

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

Catch and verify exceptions

GroupId

GroupId

eu.codearte.catch-exception
ArtifactId

ArtifactId

catch-exception
Version

Version

1.4.4
Type

Type

jar

Download catch-exception 1.4.4


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