Download bushwhacker-1.0.2.jar file - Jar b

Jar examples for b:bushwhacker

Description

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

You can download jar file bushwhacker 1.0.2 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add bushwhacker-1.0.2.jar to your project.

<dependency>
   <groupId>com.github.steveash.bushwhacker</groupId>
   <artifactId>bushwhacker</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'com.github.steveash.bushwhacker', name: 'bushwhacker', version: '1.0.2'
libraryDependencies += "com.github.steveash.bushwhacker" % "bushwhacker" % "1.0.2"
<dependency org="com.github.steveash.bushwhacker" name="bushwhacker" rev="1.0.2"/>
@Grapes(@Grab(group='com.github.steveash.bushwhacker', module='bushwhacker', version='1.0.2'))
'com.github.steveash.bushwhacker:bushwhacker:jar:1.0.2'

Download

Click the following link to download the jar file.

bushwhacker-1.0.2-javadoc.jar
bushwhacker-1.0.2-sources.jar
bushwhacker-1.0.2.jar
bushwhacker-1.0.2.pom



Related Tutorials