c

commons-exceptions

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