| GroupId | GroupIdorg.slieb |
|---|---|
| ArtifactId | ArtifactIdthrowable-interfaces |
| Version | Version1.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| throwable-interfaces-1.8.pom | |
| throwable-interfaces-1.8.jar | 81 KB |
| throwable-interfaces-1.8-sources.jar | 48 KB |
| throwable-interfaces-1.8-javadoc.jar | 266 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.slieb/throwable-interfaces/ -->
<dependency>
<groupId>org.slieb</groupId>
<artifactId>throwable-interfaces</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.slieb/throwable-interfaces/
implementation 'org.slieb:throwable-interfaces:1.8'
// https://jarcasting.com/artifacts/org.slieb/throwable-interfaces/
implementation ("org.slieb:throwable-interfaces:1.8")
'org.slieb:throwable-interfaces:jar:1.8'
<dependency org="org.slieb" name="throwable-interfaces" rev="1.8">
<artifact name="throwable-interfaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.slieb', module='throwable-interfaces', version='1.8')
)
libraryDependencies += "org.slieb" % "throwable-interfaces" % "1.8"
[org.slieb/throwable-interfaces "1.8"]