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