GroupId | GroupIdjp.wasabeef |
---|---|
ArtifactId | ArtifactIdrecyclerview-animators |
Version | Version4.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
recyclerview-animators-4.0.1.pom | |
Browse |
<!-- 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"]