is not current version
Last Version 4.8.1

org.robolectric:junit 4.0-alpha-2

An alternative Android testing framework.

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.robolectric
ArtifactId

ArtifactId

junit
Version

Version

4.0-alpha-2
Type

Type

jar

Download junit 4.0-alpha-2


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