| License |
License |
|---|---|
| GroupId | GroupIdorg.robolectric |
| ArtifactId | ArtifactIdandroid-res |
| Last Version | Last Version4.3_r2.robolectric-0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGoogle Android android-res Library
A library jar that provides APIs for Applications written for the Google Android Platform.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| android-res-4.3_r2.robolectric-0.pom | |
| android-res-4.3_r2.robolectric-0.jar | 334 bytes |
| android-res-4.3_r2.robolectric-0-sources.jar | 334 bytes |
| android-res-4.3_r2.robolectric-0-real.jar | 13 MB |
| android-res-4.3_r2.robolectric-0-javadoc.jar | 334 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.robolectric/android-res/ -->
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>android-res</artifactId>
<version>4.3_r2.robolectric-0</version>
</dependency>
// https://jarcasting.com/artifacts/org.robolectric/android-res/
implementation 'org.robolectric:android-res:4.3_r2.robolectric-0'
// https://jarcasting.com/artifacts/org.robolectric/android-res/
implementation ("org.robolectric:android-res:4.3_r2.robolectric-0")
'org.robolectric:android-res:jar:4.3_r2.robolectric-0'
<dependency org="org.robolectric" name="android-res" rev="4.3_r2.robolectric-0">
<artifact name="android-res" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.robolectric', module='android-res', version='4.3_r2.robolectric-0')
)
libraryDependencies += "org.robolectric" % "android-res" % "4.3_r2.robolectric-0"
[org.robolectric/android-res "4.3_r2.robolectric-0"]