Download glide-4.6.1.jar file - Jar g

Jar examples for g:glide

Description

A fast and efficient image loading library for Android focused on smooth scrolling.

You can download jar file glide 4.6.1 in this page.

License

GNU Lesser General Public License (LGPL)

Build File

You can use the following script to add glide-4.6.1.jar to your project.

<dependency>
   <groupId>com.github.bumptech.glide</groupId>
   <artifactId>glide</artifactId>
   <version>4.6.1</version>
</dependency>
compile group: 'com.github.bumptech.glide', name: 'glide', version: '4.6.1'
libraryDependencies += "com.github.bumptech.glide" % "glide" % "4.6.1"
<dependency org="com.github.bumptech.glide" name="glide" rev="4.6.1"/>
@Grapes(@Grab(group='com.github.bumptech.glide', module='glide', version='4.6.1'))
'com.github.bumptech.glide:glide:jar:4.6.1'

Download

Click the following link to download the jar file.

glide-4.6.1-javadoc.jar
glide-4.6.1-sources.jar
glide-4.6.1.pom



Related Tutorials