org.kuali.common.util.maven.model
Class Dependency
java.lang.Object
org.kuali.common.util.maven.model.Dependency
public final 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 |
getGroupId
public String getGroupId()
getArtifactId
public String getArtifactId()
getVersion
public String getVersion()
getClassifier
public com.google.common.base.Optional<String> getClassifier()
getType
public String getType()
getScope
public String getScope()
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.