is not current version
Last Version 1.13

org.slieb:throwable-interfaces 1.6

A collection of standard interfaces that throw exceptions

GroupId

GroupId

org.slieb
ArtifactId

ArtifactId

throwable-interfaces
Version

Version

1.6
Type

Type

jar

Download throwable-interfaces 1.6


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