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 |
|---|---|
Artifact |
asArtifact()
Returns this coordinate as a jar-file
Artifact. |
boolean |
equals(Object object) |
int |
hashCode() |
String |
toString() |
public Artifact asArtifact()
Artifact.public boolean equals(@MaybeNull Object object)
Copyright © 2014–2025. All rights reserved.