public class Dependency extends Object implements Serializable
| Constructor and Description |
|---|
Dependency() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId()
Get the artifact id of the dependency.
|
String |
getGroupId()
Get the group id of the dependency.
|
String |
getType()
Get the type of dependency.
|
String |
getVersion()
Get the version of the dependency.
|
void |
setArtifactId(String artifactId)
Set the artifact id of the dependency.
|
void |
setGroupId(String groupId)
Set the group id of the dependency.
|
void |
setType(String type)
Set the type of dependency.
|
void |
setVersion(String version)
Set the version of the dependency.
|
public Dependency()
public String getArtifactId()
public String getGroupId()
public String getVersion()
public void setArtifactId(String artifactId)
artifactId - public void setGroupId(String groupId)
groupId - public void setVersion(String version)
version - Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.