Download webpsupport-0.10.0.jar file - Jar w

Jar examples for w:webpsupport

Description

Decoding WebP images on older versions of Android that cannot do so natively

You can download jar file webpsupport 0.10.0 in this page.

License

BSD License

Build File

You can use the following script to add webpsupport-0.10.0.jar to your project.

<dependency>
   <groupId>com.facebook.fresco</groupId>
   <artifactId>webpsupport</artifactId>
   <version>0.10.0</version>
</dependency>
compile group: 'com.facebook.fresco', name: 'webpsupport', version: '0.10.0'
libraryDependencies += "com.facebook.fresco" % "webpsupport" % "0.10.0"
<dependency org="com.facebook.fresco" name="webpsupport" rev="0.10.0"/>
@Grapes(@Grab(group='com.facebook.fresco', module='webpsupport', version='0.10.0'))
'com.facebook.fresco:webpsupport:jar:0.10.0'

Download

Click the following link to download the jar file.

webpsupport-0.10.0-javadoc.jar
webpsupport-0.10.0-sources.jar
webpsupport-0.10.0.pom



Related Tutorials