<dependency> <groupId>org.robolectric</groupId> <artifactId>resources</artifactId> <version>3.4-rc3</version> </dependency>
implementation 'org.robolectric:resources:3.4-rc3'
implementation("org.robolectric:resources:3.4-rc3")
libraryDependencies += "org.robolectric" % "resources" % "3.4-rc3"
@Grapes( @Grab(group='org.robolectric', module='resources', version='3.4-rc3') )
<dependency org="org.robolectric" name="resources" rev="3.4-rc3" />
[org.robolectric/resources "3.4-rc3"]
'org.robolectric:resources:jar:3.4-rc3'
compile
|-- org.robolectric:utils:3.4-rc3
|-- org.robolectric:annotations:3.4-rc3
|-- com.google.guava:guava:20.0
test
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.8.0
|-- com.google.testing.compile:compile-testing:0.6
|-- org.mockito:mockito-core:2.5.4