| License |
License |
|---|---|
| GroupId | GroupIdru.romangr |
| ArtifactId | ArtifactIdexceptional |
| Last Version | Last Version0.4.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionru.romangr:exceptional
Exceptional is a small util to simplify error handling in Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| exceptional-0.4.0.pom | |
| exceptional-0.4.0.jar | 5 KB |
| exceptional-0.4.0-sources.jar | 4 KB |
| exceptional-0.4.0-javadoc.jar | 412 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ru.romangr/exceptional/ -->
<dependency>
<groupId>ru.romangr</groupId>
<artifactId>exceptional</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.romangr/exceptional/
implementation 'ru.romangr:exceptional:0.4.0'
// https://jarcasting.com/artifacts/ru.romangr/exceptional/
implementation ("ru.romangr:exceptional:0.4.0")
'ru.romangr:exceptional:jar:0.4.0'
<dependency org="ru.romangr" name="exceptional" rev="0.4.0">
<artifact name="exceptional" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.romangr', module='exceptional', version='0.4.0')
)
libraryDependencies += "ru.romangr" % "exceptional" % "0.4.0"
[ru.romangr/exceptional "0.4.0"]