文件下载
文件名 操作
nativeruntime-4.8.1.jar 下载
nativeruntime-4.8.1.pom 下载
nativeruntime-4.8.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.robolectric</groupId>
  <artifactId>nativeruntime</artifactId>
  <version>4.8.1</version>
</dependency>
Gradle Groovy
implementation 'org.robolectric:nativeruntime:4.8.1'
Gradle Kotlin
implementation("org.robolectric:nativeruntime:4.8.1")
Scala SBT
libraryDependencies += "org.robolectric" % "nativeruntime" % "4.8.1"
Groovy Grape
@Grapes(
  @Grab(group='org.robolectric', module='nativeruntime', version='4.8.1')
)
Apache Ivy
<dependency org="org.robolectric" name="nativeruntime" rev="4.8.1" />
Leiningen
[org.robolectric/nativeruntime "4.8.1"]
Apache Buildr
'org.robolectric:nativeruntime:jar:4.8.1'