Files download
File Operation
annotations-4.13.jar download
annotations-4.13.pom download
annotations-4.13-sources.jar download
Apache Maven
<dependency>
  <groupId>org.robolectric</groupId>
  <artifactId>annotations</artifactId>
  <version>4.13</version>
</dependency>
Gradle Groovy
implementation 'org.robolectric:annotations:4.13'
Gradle Kotlin
implementation("org.robolectric:annotations:4.13")
Scala SBT
libraryDependencies += "org.robolectric" % "annotations" % "4.13"
Groovy Grape
@Grapes(
  @Grab(group='org.robolectric', module='annotations', version='4.13')
)
Apache Ivy
<dependency org="org.robolectric" name="annotations" rev="4.13" />
Leiningen
[org.robolectric/annotations "4.13"]
Apache Buildr
'org.robolectric:annotations:jar:4.13'
Dependencies
The project has no third-party dependencies