License |
License |
---|---|
GroupId | GroupIdorg.robolectric |
ArtifactId | ArtifactIdannotations |
Last Version | Last Version4.8.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionannotations
An alternative Android testing framework.
|
Project URL |
Project URL |
Filename | Size |
---|---|
annotations-4.8.1.pom | |
annotations-4.8.1.jar | 17 KB |
annotations-4.8.1-sources.jar | 13 KB |
annotations-4.8.1-javadoc.jar | 467 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.robolectric/annotations/ -->
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>annotations</artifactId>
<version>4.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.robolectric/annotations/
implementation 'org.robolectric:annotations:4.8.1'
// https://jarcasting.com/artifacts/org.robolectric/annotations/
implementation ("org.robolectric:annotations:4.8.1")
'org.robolectric:annotations:jar:4.8.1'
<dependency org="org.robolectric" name="annotations" rev="4.8.1">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.robolectric', module='annotations', version='4.8.1')
)
libraryDependencies += "org.robolectric" % "annotations" % "4.8.1"
[org.robolectric/annotations "4.8.1"]