GroupId | GroupIdcom.github.japgolly.android.test |
---|---|
ArtifactId | ArtifactIdrobolectric |
Version | Version1.2-8 |
Type | Typejar |
Filename | Size |
---|---|
robolectric-1.2-8.pom | |
robolectric-1.2-8.jar | 747 KB |
robolectric-1.2-8-tests.jar | 727 KB |
robolectric-1.2-8-sources.jar | 395 KB |
robolectric-1.2-8-javadoc.jar | 2 MB |
robolectric-1.2-8-jar-with-dependencies.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.japgolly.android.test/robolectric/ -->
<dependency>
<groupId>com.github.japgolly.android.test</groupId>
<artifactId>robolectric</artifactId>
<version>1.2-8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.japgolly.android.test/robolectric/
implementation 'com.github.japgolly.android.test:robolectric:1.2-8'
// https://jarcasting.com/artifacts/com.github.japgolly.android.test/robolectric/
implementation ("com.github.japgolly.android.test:robolectric:1.2-8")
'com.github.japgolly.android.test:robolectric:jar:1.2-8'
<dependency org="com.github.japgolly.android.test" name="robolectric" rev="1.2-8">
<artifact name="robolectric" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.japgolly.android.test', module='robolectric', version='1.2-8')
)
libraryDependencies += "com.github.japgolly.android.test" % "robolectric" % "1.2-8"
[com.github.japgolly.android.test/robolectric "1.2-8"]