Modifier and Type | Method and Description |
---|---|
static Dependency |
create(String groupId,
String artifactId,
String version) |
static Dependency |
create(String groupId,
String artifactId,
String version,
String scope,
boolean isOptional) |
boolean |
equals(Object o) |
String |
getArtifactId() |
String |
getGroupId() |
Optional<String> |
getScope() |
String |
getVersion() |
int |
hashCode() |
Optional<Boolean> |
isOptional() |
String |
toString() |
public static Dependency create(String groupId, String artifactId, String version, String scope, boolean isOptional)
public static Dependency create(String groupId, String artifactId, String version)
public String getGroupId()
public String getArtifactId()
public String getVersion()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.