c

commons-exceptions

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