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