public class MavenCoordinate extends Object
Modifier | Constructor and Description |
---|---|
protected |
MavenCoordinate(String groupId,
String artifactId,
String version,
String packaging)
Creates a new Maven coordinate.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.aether.artifact.Artifact |
asArtifact()
Returns this coordinate as a jar-file
Artifact . |
boolean |
equals(Object object) |
int |
hashCode() |
String |
toString() |
Copyright © 2014–2020. All rights reserved.