License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.github.bumptech.glide |
ArtifactId | ArtifactIdokhttp3-integration |
Last Version | Last Version4.13.2 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionGlide OkHttp 3.x Integration
An integration library to use OkHttp 3.x to fetch data over http/https in Glide
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
okhttp3-integration-4.13.2.pom | |
okhttp3-integration-4.13.2.jar | 7 KB |
okhttp3-integration-4.13.2-sources.jar | 4 KB |
okhttp3-integration-4.13.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bumptech.glide/okhttp3-integration/ -->
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>okhttp3-integration</artifactId>
<version>4.13.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bumptech.glide/okhttp3-integration/
implementation 'com.github.bumptech.glide:okhttp3-integration:4.13.2'
// https://jarcasting.com/artifacts/com.github.bumptech.glide/okhttp3-integration/
implementation ("com.github.bumptech.glide:okhttp3-integration:4.13.2")
'com.github.bumptech.glide:okhttp3-integration:aar:4.13.2'
<dependency org="com.github.bumptech.glide" name="okhttp3-integration" rev="4.13.2">
<artifact name="okhttp3-integration" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.bumptech.glide', module='okhttp3-integration', version='4.13.2')
)
libraryDependencies += "com.github.bumptech.glide" % "okhttp3-integration" % "4.13.2"
[com.github.bumptech.glide/okhttp3-integration "4.13.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.bumptech.glide : glide | jar | 4.13.2 |
com.squareup.okhttp3 : okhttp | jar | 3.10.0 |
androidx.annotation » annotation | jar | 1.1.0 |