Bushwhacker

Intercept and enrich exceptions to help junior devs solve their own problems

License

License

GroupId

GroupId

com.github.steveash.bushwhacker
ArtifactId

ArtifactId

bushwhacker
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Bushwhacker
Intercept and enrich exceptions to help junior devs solve their own problems
Project URL

Project URL

https://github.com/steveash/bushwhacker

Download bushwhacker

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
com.thoughtworks.xstream : xstream jar 1.4.7
com.google.guava : guava jar 17.0
org.apache.commons : commons-lang3 jar 3.2.1
org.aspectj : aspectjrt Optional jar 1.8.1
junit : junit Optional jar 4.10
org.slf4j : slf4j-api jar 1.7.7

runtime (1)

Group / Artifact Type Version
org.aspectj : aspectjweaver Optional jar 1.8.1

test (2)

Group / Artifact Type Version
org.mockito : mockito-all jar 1.9.0
org.slf4j : slf4j-simple jar 1.7.7

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0