GroupId | GroupIdjp.wasabeef |
---|---|
ArtifactId | ArtifactIdrecyclerview-animators |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
recyclerview-animators-1.1.0.pom | |
recyclerview-animators-1.1.0.jar | 261 bytes |
recyclerview-animators-1.1.0-sources.jar | 30 KB |
recyclerview-animators-1.1.0-javadoc.jar | 130 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jp.wasabeef/recyclerview-animators/ -->
<dependency>
<groupId>jp.wasabeef</groupId>
<artifactId>recyclerview-animators</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/jp.wasabeef/recyclerview-animators/
implementation 'jp.wasabeef:recyclerview-animators:1.1.0'
// https://jarcasting.com/artifacts/jp.wasabeef/recyclerview-animators/
implementation ("jp.wasabeef:recyclerview-animators:1.1.0")
'jp.wasabeef:recyclerview-animators:jar:1.1.0'
<dependency org="jp.wasabeef" name="recyclerview-animators" rev="1.1.0">
<artifact name="recyclerview-animators" type="jar" />
</dependency>
@Grapes(
@Grab(group='jp.wasabeef', module='recyclerview-animators', version='1.1.0')
)
libraryDependencies += "jp.wasabeef" % "recyclerview-animators" % "1.1.0"
[jp.wasabeef/recyclerview-animators "1.1.0"]