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