c

commons-exceptions

Library for exception handling.
Files download
File Operation
commons-exceptions-0.11.0.jar download
commons-exceptions-0.11.0.pom download
commons-exceptions-0.11.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.crabs-hue.commons</groupId>
  <artifactId>commons-exceptions</artifactId>
  <version>0.11.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.crabs-hue.commons:commons-exceptions:0.11.0'
Gradle Kotlin
implementation("com.github.crabs-hue.commons:commons-exceptions:0.11.0")
Scala SBT
libraryDependencies += "com.github.crabs-hue.commons" % "commons-exceptions" % "0.11.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.crabs-hue.commons', module='commons-exceptions', version='0.11.0')
)
Apache Ivy
<dependency org="com.github.crabs-hue.commons" name="commons-exceptions" rev="0.11.0" />
Leiningen
[com.github.crabs-hue.commons/commons-exceptions "0.11.0"]
Apache Buildr
'com.github.crabs-hue.commons:commons-exceptions:jar:0.11.0'