GroupId | GroupIdorg.robolectric |
---|---|
ArtifactId | ArtifactIdshadows-framework |
Version | Version4.0-alpha-2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.robolectric/shadows-framework/ -->
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>shadows-framework</artifactId>
<version>4.0-alpha-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.robolectric/shadows-framework/
implementation 'org.robolectric:shadows-framework:4.0-alpha-2'
// https://jarcasting.com/artifacts/org.robolectric/shadows-framework/
implementation ("org.robolectric:shadows-framework:4.0-alpha-2")
'org.robolectric:shadows-framework:jar:4.0-alpha-2'
<dependency org="org.robolectric" name="shadows-framework" rev="4.0-alpha-2">
<artifact name="shadows-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.robolectric', module='shadows-framework', version='4.0-alpha-2')
)
libraryDependencies += "org.robolectric" % "shadows-framework" % "4.0-alpha-2"
[org.robolectric/shadows-framework "4.0-alpha-2"]