public class Dependency extends Object
| Constructor and Description |
|---|
Dependency() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
String |
getGroupId() |
String |
getProjectId() |
String |
getScope() |
String |
getType() |
String |
getVersion() |
void |
setArtifactId(String artifactId) |
void |
setGroupId(String groupId) |
void |
setProjectId(String projectId) |
void |
setScope(String scope) |
void |
setType(String type) |
void |
setVersion(String version) |
public String getArtifactId()
public void setArtifactId(String artifactId)
public String getGroupId()
public void setGroupId(String groupId)
public String getScope()
public void setScope(String scope)
public String getType()
public void setType(String type)
public String getVersion()
public void setVersion(String version)
public String getProjectId()
public void setProjectId(String projectId)
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.