GroupId | GroupIdorg.robolectric |
---|---|
ArtifactId | ArtifactIdannotations |
Version | Version4.0.1 |
Type | Typejar |
Filename | Size |
---|---|
annotations-4.0.1.pom | |
annotations-4.0.1.jar | 13 KB |
annotations-4.0.1-sources.jar | 10 KB |
annotations-4.0.1-javadoc.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.robolectric/annotations/ -->
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>annotations</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.robolectric/annotations/
implementation 'org.robolectric:annotations:4.0.1'
// https://jarcasting.com/artifacts/org.robolectric/annotations/
implementation ("org.robolectric:annotations:4.0.1")
'org.robolectric:annotations:jar:4.0.1'
<dependency org="org.robolectric" name="annotations" rev="4.0.1">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.robolectric', module='annotations', version='4.0.1')
)
libraryDependencies += "org.robolectric" % "annotations" % "4.0.1"
[org.robolectric/annotations "4.0.1"]