is not current version
Last Version 1.2

com.pivotallabs:robolectric 0.9.8

An alternative Android testing framework.

GroupId

GroupId

com.pivotallabs
ArtifactId

ArtifactId

robolectric
Version

Version

0.9.8
Type

Type

jar

Download robolectric 0.9.8


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