SectionedListAdapter

A library to easily manage sections in RecyclerView.

License

License

GroupId

GroupId

com.arasthel
ArtifactId

ArtifactId

SectionedListAdapter
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

aar
Description

Description

SectionedListAdapter
A library to easily manage sections in RecyclerView.
Project URL

Project URL

https://github.com/Arasthel/SectionedListAdapter
Source Code Management

Source Code Management

https://github.com/Arasthel/SectionedListAdapter

Download SectionedListAdapter

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.21

runtime (3)

Group / Artifact Type Version
androidx.core » core-ktx jar 1.3.2
androidx.appcompat » appcompat jar 1.2.0
com.google.android.material » material jar 1.2.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0