License |
License |
---|---|
GroupId | GroupIdcom.simplecityapps |
ArtifactId | ArtifactIdrecyclerview-fastscroll |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionrecyclerview-fastscroll
A simple FastScroller for Android's RecyclerView
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.simplecityapps/recyclerview-fastscroll/ -->
<dependency>
<groupId>com.simplecityapps</groupId>
<artifactId>recyclerview-fastscroll</artifactId>
<version>2.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.simplecityapps/recyclerview-fastscroll/
implementation 'com.simplecityapps:recyclerview-fastscroll:2.0.1'
// https://jarcasting.com/artifacts/com.simplecityapps/recyclerview-fastscroll/
implementation ("com.simplecityapps:recyclerview-fastscroll:2.0.1")
'com.simplecityapps:recyclerview-fastscroll:aar:2.0.1'
<dependency org="com.simplecityapps" name="recyclerview-fastscroll" rev="2.0.1">
<artifact name="recyclerview-fastscroll" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.simplecityapps', module='recyclerview-fastscroll', version='2.0.1')
)
libraryDependencies += "com.simplecityapps" % "recyclerview-fastscroll" % "2.0.1"
[com.simplecityapps/recyclerview-fastscroll "2.0.1"]