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