is not current version
Last Version 1.0.3

com.arasthel:SectionedListAdapter 1.0.1

A library to easily manage sections in RecyclerView.

GroupId

GroupId

com.arasthel
ArtifactId

ArtifactId

SectionedListAdapter
Version

Version

1.0.1
Type

Type

aar

Download SectionedListAdapter 1.0.1


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