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