public class Dependency extends Object implements Serializable
| Constructor and Description |
|---|
Dependency() |
Dependency(String groupId,
String artifactId,
String version,
String classifier,
String type,
String scope) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getArtifactId() |
String |
getClassifier() |
String |
getGroupId() |
String |
getScope() |
String |
getType() |
String |
getVersion() |
int |
hashCode() |
void |
setArtifactId(String artifactId) |
void |
setClassifier(String classifier) |
void |
setGroupId(String groupId) |
void |
setScope(String scope) |
void |
setType(String type) |
void |
setVersion(String version) |
String |
toString() |
public String getGroupId()
public void setGroupId(String groupId)
public String getArtifactId()
public void setArtifactId(String artifactId)
public String getVersion()
public void setVersion(String version)
public String getClassifier()
public void setClassifier(String classifier)
public String getType()
public void setType(String type)
public String getScope()
public void setScope(String scope)
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.