is not current version
Last Version 1.1.0

com.io7m.jdeferthrow:com.io7m.jdeferthrow.core 1.0.0

Defer and combine exceptions (Core)

GroupId

GroupId

com.io7m.jdeferthrow
ArtifactId

ArtifactId

com.io7m.jdeferthrow.core
Version

Version

1.0.0
Type

Type

jar

Download com.io7m.jdeferthrow.core 1.0.0


<!-- https://jarcasting.com/artifacts/com.io7m.jdeferthrow/com.io7m.jdeferthrow.core/ -->
<dependency>
    <groupId>com.io7m.jdeferthrow</groupId>
    <artifactId>com.io7m.jdeferthrow.core</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.io7m.jdeferthrow/com.io7m.jdeferthrow.core/
implementation 'com.io7m.jdeferthrow:com.io7m.jdeferthrow.core:1.0.0'
// https://jarcasting.com/artifacts/com.io7m.jdeferthrow/com.io7m.jdeferthrow.core/
implementation ("com.io7m.jdeferthrow:com.io7m.jdeferthrow.core:1.0.0")
'com.io7m.jdeferthrow:com.io7m.jdeferthrow.core:jar:1.0.0'
<dependency org="com.io7m.jdeferthrow" name="com.io7m.jdeferthrow.core" rev="1.0.0">
  <artifact name="com.io7m.jdeferthrow.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.io7m.jdeferthrow', module='com.io7m.jdeferthrow.core', version='1.0.0')
)
libraryDependencies += "com.io7m.jdeferthrow" % "com.io7m.jdeferthrow.core" % "1.0.0"
[com.io7m.jdeferthrow/com.io7m.jdeferthrow.core "1.0.0"]