Class DependencyJar
java.lang.Object
org.robolectric.internal.dependency.DependencyJar
public class DependencyJar extends Object
-
Constructor Summary
Constructors Constructor Description DependencyJar(String groupId, String artifactId, String version)
DependencyJar(String groupId, String artifactId, String version, String classifier)
-
Method Summary
Modifier and Type Method Description String
getArtifactId()
String
getClassifier()
String
getGroupId()
String
getShortName()
String
getType()
String
getVersion()
String
toString()
-
Constructor Details
-
Method Details