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