<dependency> <groupId>org.robolectric</groupId> <artifactId>nativeruntime</artifactId> <version>4.7.2</version> </dependency>
implementation 'org.robolectric:nativeruntime:4.7.2'
implementation("org.robolectric:nativeruntime:4.7.2")
libraryDependencies += "org.robolectric" % "nativeruntime" % "4.7.2"
@Grapes( @Grab(group='org.robolectric', module='nativeruntime', version='4.7.2') )
<dependency org="org.robolectric" name="nativeruntime" rev="4.7.2" />
[org.robolectric/nativeruntime "4.7.2"]
'org.robolectric:nativeruntime:jar:4.7.2'
compile
|-- com.google.guava:guava:27.0.1-jre