is not current version
Last Version 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.

GroupId

GroupId

pl.wavesoftware
ArtifactId

ArtifactId

eid-exceptions
Version

Version

1.2.0
Type

Type

jar

Download 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"]