is not current version
Last Version 2.0

eu.codearte.catch-exception:catch-exception-parent 2.0.0-ALPHA-1

Catch and verify exceptions - parent module

GroupId

GroupId

eu.codearte.catch-exception
ArtifactId

ArtifactId

catch-exception-parent
Version

Version

2.0.0-ALPHA-1
Type

Type

pom

Download catch-exception-parent 2.0.0-ALPHA-1


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