| License | License | 
|---|---|
| Categories | CategoriesJUnit Unit Testing | 
| GroupId | GroupIdorg.robolectric | 
| ArtifactId | ArtifactIdjunit | 
| Last Version | Last Version4.8.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionjunit An alternative Android testing framework. | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| junit-4.8.1.pom | |
| junit-4.8.1.jar | 11 KB | 
| junit-4.8.1-sources.jar | 4 KB | 
| junit-4.8.1-javadoc.jar | 401 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.robolectric/junit/ -->
<dependency>
    <groupId>org.robolectric</groupId>
    <artifactId>junit</artifactId>
    <version>4.8.1</version>
</dependency>// https://jarcasting.com/artifacts/org.robolectric/junit/
implementation 'org.robolectric:junit:4.8.1'// https://jarcasting.com/artifacts/org.robolectric/junit/
implementation ("org.robolectric:junit:4.8.1")'org.robolectric:junit:jar:4.8.1'<dependency org="org.robolectric" name="junit" rev="4.8.1">
  <artifact name="junit" type="jar" />
</dependency>@Grapes(
@Grab(group='org.robolectric', module='junit', version='4.8.1')
)libraryDependencies += "org.robolectric" % "junit" % "4.8.1"[org.robolectric/junit "4.8.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.robolectric : annotations | jar | 4.8.1 | 
| org.robolectric : sandbox | jar | 4.8.1 | 
| org.robolectric : pluginapi | jar | 4.8.1 | 
| org.robolectric : shadowapi | jar | 4.8.1 | 
| org.robolectric : utils-reflector | jar | 4.8.1 |