<dependency> <groupId>org.robolectric</groupId> <artifactId>nativeruntime</artifactId> <version>4.12.2</version> </dependency>
implementation 'org.robolectric:nativeruntime:4.12.2'
implementation("org.robolectric:nativeruntime:4.12.2")
libraryDependencies += "org.robolectric" % "nativeruntime" % "4.12.2"
@Grapes( @Grab(group='org.robolectric', module='nativeruntime', version='4.12.2') )
<dependency org="org.robolectric" name="nativeruntime" rev="4.12.2" />
[org.robolectric/nativeruntime "4.12.2"]
'org.robolectric:nativeruntime:jar:4.12.2'
compile
|-- org.robolectric:utils:4.12.2
|-- org.robolectric:utils-reflector:4.12.2
|-- com.google.guava:guava:31.1-jre
runtime
|-- org.robolectric:nativeruntime-dist-compat:1.0.10