is not current version
Last Version 4.0.2

jp.wasabeef:recyclerview-animators 4.0.1

Which provides simple Item animations to RecyclerView items

GroupId

GroupId

jp.wasabeef
ArtifactId

ArtifactId

recyclerview-animators
Version

Version

4.0.1
Type

Type

aar

Download recyclerview-animators 4.0.1


<!-- https://jarcasting.com/artifacts/jp.wasabeef/recyclerview-animators/ -->
<dependency>
    <groupId>jp.wasabeef</groupId>
    <artifactId>recyclerview-animators</artifactId>
    <version>4.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/jp.wasabeef/recyclerview-animators/
implementation 'jp.wasabeef:recyclerview-animators:4.0.1'
// https://jarcasting.com/artifacts/jp.wasabeef/recyclerview-animators/
implementation ("jp.wasabeef:recyclerview-animators:4.0.1")
'jp.wasabeef:recyclerview-animators:aar:4.0.1'
<dependency org="jp.wasabeef" name="recyclerview-animators" rev="4.0.1">
  <artifact name="recyclerview-animators" type="aar" />
</dependency>
@Grapes(
@Grab(group='jp.wasabeef', module='recyclerview-animators', version='4.0.1')
)
libraryDependencies += "jp.wasabeef" % "recyclerview-animators" % "4.0.1"
[jp.wasabeef/recyclerview-animators "4.0.1"]