Last Version

Error Handling 0.1.0

A set of tools for simlifying error handling implementations.

License

License

GroupId

GroupId

me.mekarthedev.tools
ArtifactId

ArtifactId

error-handling
Version

Version

0.1.0
Type

Type

jar
Description

Description

Error Handling
A set of tools for simlifying error handling implementations.
Project URL

Project URL

https://github.com/mekarthedev/java-tools

Download error-handling 0.1.0


<!-- https://jarcasting.com/artifacts/me.mekarthedev.tools/error-handling/ -->
<dependency>
    <groupId>me.mekarthedev.tools</groupId>
    <artifactId>error-handling</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.mekarthedev.tools/error-handling/
implementation 'me.mekarthedev.tools:error-handling:0.1.0'
// https://jarcasting.com/artifacts/me.mekarthedev.tools/error-handling/
implementation ("me.mekarthedev.tools:error-handling:0.1.0")
'me.mekarthedev.tools:error-handling:jar:0.1.0'
<dependency org="me.mekarthedev.tools" name="error-handling" rev="0.1.0">
  <artifact name="error-handling" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.mekarthedev.tools', module='error-handling', version='0.1.0')
)
libraryDependencies += "me.mekarthedev.tools" % "error-handling" % "0.1.0"
[me.mekarthedev.tools/error-handling "0.1.0"]

Dependencies

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
com.google.guava : guava jar 18.0
org.mockito : mockito-core jar 1.10.19
org.hamcrest : hamcrest-library jar 1.3

Project Modules

There are no modules declared in this project.