is not current version
Last Version 3.4.2

org.robolectric:framework 3.4

An alternative Android testing framework.

GroupId

GroupId

org.robolectric
ArtifactId

ArtifactId

framework
Version

Version

3.4
Type

Type

jar

Download framework 3.4


<!-- https://jarcasting.com/artifacts/org.robolectric/framework/ -->
<dependency>
    <groupId>org.robolectric</groupId>
    <artifactId>framework</artifactId>
    <version>3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.robolectric/framework/
implementation 'org.robolectric:framework:3.4'
// https://jarcasting.com/artifacts/org.robolectric/framework/
implementation ("org.robolectric:framework:3.4")
'org.robolectric:framework:jar:3.4'
<dependency org="org.robolectric" name="framework" rev="3.4">
  <artifact name="framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.robolectric', module='framework', version='3.4')
)
libraryDependencies += "org.robolectric" % "framework" % "3.4"
[org.robolectric/framework "3.4"]