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