не последняя версия
Последняя версия 2.0.0

pl.wavesoftware:eid-exceptions 1.2.0

This small library holds a set of Exceptions that implements idea of fast, reusable, error codes that can be simple thrown fast in case of unpredictable and unrecoverable application failure.

Группа

Группа

pl.wavesoftware
Идентификатор

Идентификатор

eid-exceptions
Версия

Версия

1.2.0
Тип

Тип

jar

Скачать eid-exceptions 1.2.0


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