| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки |
| Группа | Группаcom.github.bumptech.glide |
| Идентификатор | Идентификаторokhttp-integration |
| Версия | Версия4.12.0 |
| Тип | Типaar |
| Описание |
ОписаниеGlide OkHttp Integration
An integration library to use OkHttp 2.x to fetch data over http/https in Glide
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| okhttp-integration-4.12.0.pom | |
| okhttp-integration-4.12.0.jar | 8 KB |
| okhttp-integration-4.12.0-sources.jar | 4 KB |
| okhttp-integration-4.12.0-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.bumptech.glide/okhttp-integration/ -->
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>okhttp-integration</artifactId>
<version>4.12.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bumptech.glide/okhttp-integration/
implementation 'com.github.bumptech.glide:okhttp-integration:4.12.0'
// https://jarcasting.com/artifacts/com.github.bumptech.glide/okhttp-integration/
implementation ("com.github.bumptech.glide:okhttp-integration:4.12.0")
'com.github.bumptech.glide:okhttp-integration:aar:4.12.0'
<dependency org="com.github.bumptech.glide" name="okhttp-integration" rev="4.12.0">
<artifact name="okhttp-integration" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.bumptech.glide', module='okhttp-integration', version='4.12.0')
)
libraryDependencies += "com.github.bumptech.glide" % "okhttp-integration" % "4.12.0"
[com.github.bumptech.glide/okhttp-integration "4.12.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.bumptech.glide : glide | jar | 4.12.0 |
| com.squareup.okhttp : okhttp | jar | 2.7.5 |
| androidx.annotation » annotation | jar | 1.0.0 |