public class Dependency extends Object
Constructor and Description |
---|
Dependency(GroupArtifactVersion gav,
String type,
String scope,
File location) |
Modifier and Type | Method and Description |
---|---|
GroupArtifactVersion |
getGav() |
File |
getLocation() |
String |
getScope() |
String |
getType() |
public Dependency(GroupArtifactVersion gav, String type, String scope, File location)
public GroupArtifactVersion getGav()
public String getType()
public String getScope()
public File getLocation()
Copyright © 2020. All rights reserved.