c

commons-exceptions

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