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