is not current version
Last Version 1.0.3

com.github.steveash.bushwhacker:bushwhacker 1.0.0

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.0
Type

Type

jar

Download bushwhacker 1.0.0


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