License |
License |
---|---|
GroupId | GroupIdme.mekarthedev.tools |
ArtifactId | ArtifactIderror-handling |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionError Handling
A set of tools for simlifying error handling implementations.
|
Project URL |
Project URL |
Filename | Size |
---|---|
error-handling-0.1.0.pom | |
error-handling-0.1.0.jar | 1 KB |
error-handling-0.1.0-sources.jar | 1 KB |
error-handling-0.1.0-javadoc.jar | 21 KB |
Browse |
<!-- 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"]
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 |