License |
License |
---|---|
GroupId | GroupIdcom.arasthel |
ArtifactId | ArtifactIdSectionedListAdapter |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionSectionedListAdapter
A library to easily manage sections in RecyclerView.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
SectionedListAdapter-1.0.3.pom | |
SectionedListAdapter-1.0.3-sources.jar | 6 KB |
SectionedListAdapter-1.0.3-javadoc.jar | 302 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.21 |
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 |