Download recyclerview-animators-1.1.0.jar file - Jar r

Jar examples for r:recyclerview-animators

Description

which provides simple Item animations to RecyclerView items

You can download jar file recyclerview-animators 1.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add recyclerview-animators-1.1.0.jar to your project.

<dependency>
   <groupId>jp.wasabeef</groupId>
   <artifactId>recyclerview-animators</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'jp.wasabeef', name: 'recyclerview-animators', version: '1.1.0'
libraryDependencies += "jp.wasabeef" % "recyclerview-animators" % "1.1.0"
<dependency org="jp.wasabeef" name="recyclerview-animators" rev="1.1.0"/>
@Grapes(@Grab(group='jp.wasabeef', module='recyclerview-animators', version='1.1.0'))
'jp.wasabeef:recyclerview-animators:jar:1.1.0'

Download

Click the following link to download the jar file.

recyclerview-animators-1.1.0-javadoc.jar
recyclerview-animators-1.1.0-sources.jar
recyclerview-animators-1.1.0.jar
recyclerview-animators-1.1.0.pom



Related Tutorials