@Deprecated public class LocalMavenDependency extends Object implements MavenDependency
Constructor and Description |
---|
LocalMavenDependency(String groupId,
String artifactId,
String version,
String packaging)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
File |
getFile()
Deprecated.
Returns a file representing the dependency in the local repository, using the conventions of a Maven 2
repository.
|
String |
toString()
Deprecated.
|
public File getFile()
getFile
in interface MavenDependency
public String toString()
toString
in interface MavenDependency
toString
in class Object
Copyright © 2003–2015 Atlassian. All rights reserved.