| License |
License |
|---|---|
| GroupId | GroupIdorg.robolectric |
| ArtifactId | ArtifactIdandroid-telephony-common |
| Last Version | Last Version4.3_r2.robolectric-0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGoogle Android android-telephony-common 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-telephony-common/ -->
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>android-telephony-common</artifactId>
<version>4.3_r2.robolectric-0</version>
</dependency>
// https://jarcasting.com/artifacts/org.robolectric/android-telephony-common/
implementation 'org.robolectric:android-telephony-common:4.3_r2.robolectric-0'
// https://jarcasting.com/artifacts/org.robolectric/android-telephony-common/
implementation ("org.robolectric:android-telephony-common:4.3_r2.robolectric-0")
'org.robolectric:android-telephony-common:jar:4.3_r2.robolectric-0'
<dependency org="org.robolectric" name="android-telephony-common" rev="4.3_r2.robolectric-0">
<artifact name="android-telephony-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.robolectric', module='android-telephony-common', version='4.3_r2.robolectric-0')
)
libraryDependencies += "org.robolectric" % "android-telephony-common" % "4.3_r2.robolectric-0"
[org.robolectric/android-telephony-common "4.3_r2.robolectric-0"]