<dependency> <groupId>org.robolectric</groupId> <artifactId>resources</artifactId> <version>4.4.1</version> </dependency>
implementation 'org.robolectric:resources:4.4.1'
implementation("org.robolectric:resources:4.4.1")
libraryDependencies += "org.robolectric" % "resources" % "4.4.1"
@Grapes( @Grab(group='org.robolectric', module='resources', version='4.4.1') )
<dependency org="org.robolectric" name="resources" rev="4.4.1" />
[org.robolectric/resources "4.4.1"]
'org.robolectric:resources:jar:4.4.1'
compile
|-- org.robolectric:utils:4.4.1
|-- org.robolectric:annotations:4.4.1
|-- org.robolectric:pluginapi:4.4.1
|-- com.google.guava:guava:27.0.1-jre
test
|-- junit:junit:4.12
|-- com.google.truth:truth:1.0.1
|-- com.google.testing.compile:compile-testing:0.18
|-- org.mockito:mockito-core:2.5.4