License |
License |
---|---|
GroupId | GroupIdorg.robolectric |
ArtifactId | ArtifactIdparent |
Last Version | Last Version3.1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionparent
An alternative Android testing framework.
|
Project URL |
Project URL |
Filename | Size |
---|---|
parent-3.1.4.pom | |
parent-3.1.4.jar | 261 bytes |
parent-3.1.4-sources.jar | 261 bytes |
parent-3.1.4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.robolectric/parent/ -->
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>parent</artifactId>
<version>3.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.robolectric/parent/
implementation 'org.robolectric:parent:3.1.4'
// https://jarcasting.com/artifacts/org.robolectric/parent/
implementation ("org.robolectric:parent:3.1.4")
'org.robolectric:parent:jar:3.1.4'
<dependency org="org.robolectric" name="parent" rev="3.1.4">
<artifact name="parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.robolectric', module='parent', version='3.1.4')
)
libraryDependencies += "org.robolectric" % "parent" % "3.1.4"
[org.robolectric/parent "3.1.4"]