is not current version
Last Version 1.0.3

com.github.steveash.bushwhacker:bushwhacker 1.0.2

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

GroupId

GroupId

com.github.steveash.bushwhacker
ArtifactId

ArtifactId

bushwhacker
Version

Version

1.0.2
Type

Type

jar

Download bushwhacker 1.0.2


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