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