is not current version
Last Version 2.2.1

org.apache.maven:maven-error-diagnostics 2.0.5

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.

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.apache.maven
ArtifactId

ArtifactId

maven-error-diagnostics
Version

Version

2.0.5
Type

Type

jar

Download maven-error-diagnostics 2.0.5


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