Last Version

Maven Error Diagnostics 2.2.1

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.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.apache.maven
ArtifactId

ArtifactId

maven-error-diagnostics
Version

Version

2.2.1
Type

Type

jar
Description

Description

Maven Error Diagnostics
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.
Project Organization

Project Organization

The Apache Software Foundation

Download maven-error-diagnostics 2.2.1


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

Dependencies

compile (1)

Group / Artifact Type Version
org.codehaus.plexus : plexus-container-default jar 1.0-alpha-9-stable-1

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.