c

catch-exception-parent

Catch and verify exceptions - parent module
https://github.com/Codearte/catch-exception/
Apache 2
Rod Woo
Files download
File Operation
catch-exception-parent-1.4.6.pom download
Apache Maven
<dependency>
  <groupId>eu.codearte.catch-exception</groupId>
  <artifactId>catch-exception-parent</artifactId>
  <version>1.4.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'eu.codearte.catch-exception:catch-exception-parent:1.4.6'
Gradle Kotlin
implementation("eu.codearte.catch-exception:catch-exception-parent:1.4.6")
Scala SBT
libraryDependencies += "eu.codearte.catch-exception" % "catch-exception-parent" % "1.4.6"
Groovy Grape
@Grapes(
  @Grab(group='eu.codearte.catch-exception', module='catch-exception-parent', version='1.4.6')
)
Apache Ivy
<dependency org="eu.codearte.catch-exception" name="catch-exception-parent" rev="1.4.6" />
Leiningen
[eu.codearte.catch-exception/catch-exception-parent "1.4.6"]
Apache Buildr
'eu.codearte.catch-exception:catch-exception-parent:jar:1.4.6'
Dependencies
The project has no third-party dependencies