org.kuali.common.util
Class Dependency
java.lang.Object
org.kuali.common.util.Dependency
public class Dependency
- extends Object
Simple pojo representing a Maven dependency.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dependency
public Dependency()
getGroupId
public String getGroupId()
setGroupId
public void setGroupId(String groupId)
getArtifactId
public String getArtifactId()
setArtifactId
public void setArtifactId(String artifactId)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
getClassifier
public String getClassifier()
setClassifier
public void setClassifier(String classifier)
getType
public String getType()
setType
public void setType(String type)
getScope
public String getScope()
setScope
public void setScope(String scope)
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.