c

com.io7m.jdeferthrow

Defer and combine exceptions
https://www.io7m.com/software/jdeferthrow
ISC
io7m
Files download
File Operation
com.io7m.jdeferthrow-1.3.0.pom download
Apache Maven
<dependency>
  <groupId>com.io7m.jdeferthrow</groupId>
  <artifactId>com.io7m.jdeferthrow</artifactId>
  <version>1.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.io7m.jdeferthrow:com.io7m.jdeferthrow:1.3.0'
Gradle Kotlin
implementation("com.io7m.jdeferthrow:com.io7m.jdeferthrow:1.3.0")
Scala SBT
libraryDependencies += "com.io7m.jdeferthrow" % "com.io7m.jdeferthrow" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.io7m.jdeferthrow', module='com.io7m.jdeferthrow', version='1.3.0')
)
Apache Ivy
<dependency org="com.io7m.jdeferthrow" name="com.io7m.jdeferthrow" rev="1.3.0" />
Leiningen
[com.io7m.jdeferthrow/com.io7m.jdeferthrow "1.3.0"]
Apache Buildr
'com.io7m.jdeferthrow:com.io7m.jdeferthrow:jar:1.3.0'