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