| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesIDE Development Tools | 
        
| GroupId | GroupIdcom.github.bumptech.glide | 
    
| ArtifactId | ArtifactIdrecyclerview-integration | 
    
| Last Version | Last Version4.13.2 | 
        
| Release Date | Release Date | 
        
| Type | Typeaar | 
    
| Description | 
            DescriptionGlide RecyclerView Integration 
            An integration library to display images in RecyclerView. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.github.bumptech.glide/recyclerview-integration/ -->
<dependency>
    <groupId>com.github.bumptech.glide</groupId>
    <artifactId>recyclerview-integration</artifactId>
    <version>4.13.2</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.bumptech.glide/recyclerview-integration/
implementation 'com.github.bumptech.glide:recyclerview-integration:4.13.2'
                // https://jarcasting.com/artifacts/com.github.bumptech.glide/recyclerview-integration/
implementation ("com.github.bumptech.glide:recyclerview-integration:4.13.2")
                'com.github.bumptech.glide:recyclerview-integration:aar:4.13.2'
                <dependency org="com.github.bumptech.glide" name="recyclerview-integration" rev="4.13.2">
  <artifact name="recyclerview-integration" type="aar" />
</dependency>
                @Grapes(
@Grab(group='com.github.bumptech.glide', module='recyclerview-integration', version='4.13.2')
)
                libraryDependencies += "com.github.bumptech.glide" % "recyclerview-integration" % "4.13.2"
                [com.github.bumptech.glide/recyclerview-integration "4.13.2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.bumptech.glide : glide | jar | 4.13.2 |