Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdru.studiomobile |
ArtifactId | ArtifactIdandroid_http_client |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
android_http_client-0.4.pom | |
android_http_client-0.4.jar | 8 KB |
android_http_client-0.4-sources.jar | 3 KB |
android_http_client-0.4-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.studiomobile/android_http_client/ -->
<dependency>
<groupId>ru.studiomobile</groupId>
<artifactId>android_http_client</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/ru.studiomobile/android_http_client/
implementation 'ru.studiomobile:android_http_client:0.4'
// https://jarcasting.com/artifacts/ru.studiomobile/android_http_client/
implementation ("ru.studiomobile:android_http_client:0.4")
'ru.studiomobile:android_http_client:jar:0.4'
<dependency org="ru.studiomobile" name="android_http_client" rev="0.4">
<artifact name="android_http_client" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.studiomobile', module='android_http_client', version='0.4')
)
libraryDependencies += "ru.studiomobile" % "android_http_client" % "0.4"
[ru.studiomobile/android_http_client "0.4"]