Last Version

EID Runtime Exceptions and Utilities 2.0.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.

License

License

GroupId

GroupId

pl.wavesoftware
ArtifactId

ArtifactId

eid-exceptions
Version

Version

2.0.0
Type

Type

jar
Description

Description

EID Runtime Exceptions and Utilities
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.
Project URL

Project URL

http://wavesoftware.github.io/java-eid-exceptions/
Project Organization

Project Organization

Wave Software
Source Code Management

Source Code Management

https://github.com/wavesoftware/java-eid-exceptions

Download eid-exceptions 2.0.0


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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.1

test (7)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 1.7.1
org.openjdk.jmh : jmh-core jar 1.16
org.openjdk.jmh : jmh-generator-annprocess jar 1.16
ch.qos.logback : logback-classic jar 1.2.3
com.google.guava : guava jar 19.0
commons-io : commons-io jar 2.4

Project Modules

There are no modules declared in this project.