License |
License |
---|---|
GroupId | GroupIdorg.robolectric |
ArtifactId | ArtifactIdandroid-all |
Last Version | Last Version12.1-robolectric-8229987 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogle Android android-all Library
A library jar that provides APIs for Applications written for the Google Android Platform.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.robolectric/android-all/ -->
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>android-all</artifactId>
<version>12.1-robolectric-8229987</version>
</dependency>
// https://jarcasting.com/artifacts/org.robolectric/android-all/
implementation 'org.robolectric:android-all:12.1-robolectric-8229987'
// https://jarcasting.com/artifacts/org.robolectric/android-all/
implementation ("org.robolectric:android-all:12.1-robolectric-8229987")
'org.robolectric:android-all:jar:12.1-robolectric-8229987'
<dependency org="org.robolectric" name="android-all" rev="12.1-robolectric-8229987">
<artifact name="android-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.robolectric', module='android-all', version='12.1-robolectric-8229987')
)
libraryDependencies += "org.robolectric" % "android-all" % "12.1-robolectric-8229987"
[org.robolectric/android-all "12.1-robolectric-8229987"]