public final class Dependency
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Dependency.Builder |
Modifier and Type | Method and Description |
---|---|
static Dependency.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getArtifactId() |
java.lang.String |
getGroupId() |
int |
getOrder() |
Scope |
getScope() |
java.lang.String |
getVersion() |
java.lang.String |
getVersionProperty() |
int |
hashCode() |
boolean |
isAnnotationProcessorPriority() |
boolean |
isPom() |
boolean |
requiresLookup() |
Dependency |
resolved(Coordinate coordinate) |
public Scope getScope()
public java.lang.String getGroupId()
public java.lang.String getArtifactId()
@Nullable public java.lang.String getVersion()
@Nullable public java.lang.String getVersionProperty()
public int getOrder()
public boolean isPom()
public static Dependency.Builder builder()
public boolean requiresLookup()
public Dependency resolved(Coordinate coordinate)
public boolean isAnnotationProcessorPriority()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object