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