Download maven-error-diagnostics-2.0.6.jar file - Jar m

Jar examples for m:maven-error-diagnostics

Description

Provides a manager component which will process a given Throwable instance through a set of diagnostic sub-components, and return a String message with user-friendly information about the error and possibly how to fix it.

You can download jar file maven-error-diagnostics 2.0.6 in this page.

License

Apache License

Build File

You can use the following script to add maven-error-diagnostics-2.0.6.jar to your project.

<dependency>
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-error-diagnostics</artifactId>
   <version>2.0.6</version>
</dependency>
compile group: 'org.apache.maven', name: 'maven-error-diagnostics', version: '2.0.6'
libraryDependencies += "org.apache.maven" % "maven-error-diagnostics" % "2.0.6"
<dependency org="org.apache.maven" name="maven-error-diagnostics" rev="2.0.6"/>
@Grapes(@Grab(group='org.apache.maven', module='maven-error-diagnostics', version='2.0.6'))
'org.apache.maven:maven-error-diagnostics:jar:2.0.6'

Download

Click the following link to download the jar file.

maven-error-diagnostics-2.0.6-javadoc.jar
maven-error-diagnostics-2.0.6-sources.jar
maven-error-diagnostics-2.0.6.jar
maven-error-diagnostics-2.0.6.pom



Related Tutorials