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