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