is not current version
Last Version 0.4.0

ru.romangr:exceptional 0.2.0

Exceptional is a small util to simplify error handling in Java

GroupId

GroupId

ru.romangr
ArtifactId

ArtifactId

exceptional
Version

Version

0.2.0
Type

Type

jar

Download exceptional 0.2.0


<!-- https://jarcasting.com/artifacts/ru.romangr/exceptional/ -->
<dependency>
    <groupId>ru.romangr</groupId>
    <artifactId>exceptional</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.romangr/exceptional/
implementation 'ru.romangr:exceptional:0.2.0'
// https://jarcasting.com/artifacts/ru.romangr/exceptional/
implementation ("ru.romangr:exceptional:0.2.0")
'ru.romangr:exceptional:jar:0.2.0'
<dependency org="ru.romangr" name="exceptional" rev="0.2.0">
  <artifact name="exceptional" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.romangr', module='exceptional', version='0.2.0')
)
libraryDependencies += "ru.romangr" % "exceptional" % "0.2.0"
[ru.romangr/exceptional "0.2.0"]