Class Dependency
java.lang.Object
io.micronaut.starter.build.dependencies.Dependency
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Dependency.Builder
builder()
boolean
@Nullable List<Dependency>
int
getOrder()
getScope()
@Nullable List<Substitution>
@Nullable String
@Nullable String
int
hashCode()
boolean
boolean
isPom()
boolean
resolved
(Coordinate coordinate)
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getExclusions
-
getSubstitutions
-
getScope
-
getGroupId
-
getArtifactId
-
getVersion
-
getVersionProperty
-
getOrder
public int getOrder() -
isPom
public boolean isPom() -
builder
-
requiresLookup
public boolean requiresLookup() -
resolved
-
isAnnotationProcessorPriority
public boolean isAnnotationProcessorPriority()
-