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.util.List<Dependency> |
getExclusions() |
java.lang.String |
getGroupId() |
int |
getOrder() |
Scope |
getScope() |
java.util.List<Substitution> |
getSubstitutions() |
java.lang.String |
getVersion() |
java.lang.String |
getVersionProperty() |
int |
hashCode() |
boolean |
isAnnotationProcessorPriority() |
boolean |
isPom() |
boolean |
requiresLookup() |
Dependency |
resolved(Coordinate coordinate) |
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
@Nullable public java.util.List<Dependency> getExclusions()
@Nullable public java.util.List<Substitution> getSubstitutions()
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()