is not current version
Last Version 1.2

com.pivotallabs:robolectric 1.0

An alternative Android testing framework.

GroupId

GroupId

com.pivotallabs
ArtifactId

ArtifactId

robolectric
Version

Version

1.0
Type

Type

jar

Download robolectric 1.0


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