Download glide-4.0.0-RC0.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.0.0-RC0 in this page.

License

GNU Lesser General Public License (LGPL)

Build File

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

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

Download

Click the following link to download the jar file.

glide-4.0.0-RC0-javadoc.jar
glide-4.0.0-RC0-sources.jar
glide-4.0.0-RC0.jar
glide-4.0.0-RC0.pom



Related Tutorials