GroupId | GroupIdjp.wasabeef |
---|---|
ArtifactId | ArtifactIdrecyclerview-animators |
Version | Version1.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/jp.wasabeef/recyclerview-animators/ -->
<dependency>
<groupId>jp.wasabeef</groupId>
<artifactId>recyclerview-animators</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/jp.wasabeef/recyclerview-animators/
implementation 'jp.wasabeef:recyclerview-animators:1.1.2'
// https://jarcasting.com/artifacts/jp.wasabeef/recyclerview-animators/
implementation ("jp.wasabeef:recyclerview-animators:1.1.2")
'jp.wasabeef:recyclerview-animators:jar:1.1.2'
<dependency org="jp.wasabeef" name="recyclerview-animators" rev="1.1.2">
<artifact name="recyclerview-animators" type="jar" />
</dependency>
@Grapes(
@Grab(group='jp.wasabeef', module='recyclerview-animators', version='1.1.2')
)
libraryDependencies += "jp.wasabeef" % "recyclerview-animators" % "1.1.2"
[jp.wasabeef/recyclerview-animators "1.1.2"]