Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdorg.robolectric |
ArtifactId | ArtifactIdjunit |
Version | Version4.1-beta-1 |
Type | Typejar |
Filename | Size |
---|---|
junit-4.1-beta-1.pom | |
junit-4.1-beta-1.jar | 9 KB |
junit-4.1-beta-1-sources.jar | 3 KB |
junit-4.1-beta-1-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.robolectric/junit/ -->
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>junit</artifactId>
<version>4.1-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.robolectric/junit/
implementation 'org.robolectric:junit:4.1-beta-1'
// https://jarcasting.com/artifacts/org.robolectric/junit/
implementation ("org.robolectric:junit:4.1-beta-1")
'org.robolectric:junit:jar:4.1-beta-1'
<dependency org="org.robolectric" name="junit" rev="4.1-beta-1">
<artifact name="junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.robolectric', module='junit', version='4.1-beta-1')
)
libraryDependencies += "org.robolectric" % "junit" % "4.1-beta-1"
[org.robolectric/junit "4.1-beta-1"]