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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArtifactId()
String
getClassifier()
String
getGroupId()
String
getShortName()
String
getType()
String
getVersion()
String
toString()
-