License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.apache.maven |
ArtifactId | ArtifactIdmaven-error-diagnostics |
Last Version | Last Version2.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven 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 |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.plexus : plexus-container-default | jar | 1.0-alpha-9-stable-1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |