License |
License |
---|---|
GroupId | GroupIdorg.robolectric |
ArtifactId | ArtifactIdresources |
Last Version | Last Version4.8.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionresources
An alternative Android testing framework.
|
Project URL |
Project URL |
Filename | Size |
---|---|
resources-4.8.1.pom | |
resources-4.8.1.jar | 385 KB |
resources-4.8.1-sources.jar | 247 KB |
resources-4.8.1-javadoc.jar | 889 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.robolectric/resources/ -->
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>resources</artifactId>
<version>4.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.robolectric/resources/
implementation 'org.robolectric:resources:4.8.1'
// https://jarcasting.com/artifacts/org.robolectric/resources/
implementation ("org.robolectric:resources:4.8.1")
'org.robolectric:resources:jar:4.8.1'
<dependency org="org.robolectric" name="resources" rev="4.8.1">
<artifact name="resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.robolectric', module='resources', version='4.8.1')
)
libraryDependencies += "org.robolectric" % "resources" % "4.8.1"
[org.robolectric/resources "4.8.1"]
Group / Artifact | Type | Version |
---|---|---|
org.robolectric : utils | jar | 4.8.1 |
org.robolectric : annotations | jar | 4.8.1 |
org.robolectric : pluginapi | jar | 4.8.1 |
com.google.guava : guava | jar | 27.0.1-jre |