| Группа | Группаcom.oriente.android |
|---|---|
| Идентификатор | Идентификаторhttp |
| Версия | Версия1.0.3 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| http-1.0.3.pom | |
| http-1.0.3.apklib | 41 KB |
| http-1.0.3-sources.jar | 39 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.oriente.android/http/ -->
<dependency>
<groupId>com.oriente.android</groupId>
<artifactId>http</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.oriente.android/http/
implementation 'com.oriente.android:http:1.0.3'
// https://jarcasting.com/artifacts/com.oriente.android/http/
implementation ("com.oriente.android:http:1.0.3")
'com.oriente.android:http:aar:1.0.3'
<dependency org="com.oriente.android" name="http" rev="1.0.3">
<artifact name="http" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.oriente.android', module='http', version='1.0.3')
)
libraryDependencies += "com.oriente.android" % "http" % "1.0.3"
[com.oriente.android/http "1.0.3"]