| License | License
                                                        MIT license                                                 | 
|---|---|
| GroupId | GroupIdorg.robolectric | 
| ArtifactId | ArtifactIdrobolectric-shadows | 
| Last Version | Last Version3.1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionAn alternative Android testing framework. | 
| Filename | Size | 
|---|---|
| robolectric-shadows-3.1.pom | 763 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.robolectric/robolectric-shadows/ -->
<dependency>
    <groupId>org.robolectric</groupId>
    <artifactId>robolectric-shadows</artifactId>
    <version>3.1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.robolectric/robolectric-shadows/
implementation 'org.robolectric:robolectric-shadows:3.1'// https://jarcasting.com/artifacts/org.robolectric/robolectric-shadows/
implementation ("org.robolectric:robolectric-shadows:3.1")'org.robolectric:robolectric-shadows:pom:3.1'<dependency org="org.robolectric" name="robolectric-shadows" rev="3.1">
  <artifact name="robolectric-shadows" type="pom" />
</dependency>@Grapes(
@Grab(group='org.robolectric', module='robolectric-shadows', version='3.1')
)libraryDependencies += "org.robolectric" % "robolectric-shadows" % "3.1"[org.robolectric/robolectric-shadows "3.1"]