| License |
License |
|---|---|
| GroupId | GroupIdse.emilsjolander.stickylistheaders |
| ArtifactId | ArtifactIdlibrary |
| Version | Version2.1.0 |
| Type | Typeaar |
| Description |
DescriptionStickyListHeaders Library
A small android library that makes it easy to make lists with section headers that stick to the top until a new section header comes along.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| library-2.1.0.pom | |
| library-2.1.0.aar | 25 KB |
| library-2.1.0-sources.jar | 13 KB |
| library-2.1.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/se.emilsjolander.stickylistheaders/library/ -->
<dependency>
<groupId>se.emilsjolander.stickylistheaders</groupId>
<artifactId>library</artifactId>
<version>2.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/se.emilsjolander.stickylistheaders/library/
implementation 'se.emilsjolander.stickylistheaders:library:2.1.0'
// https://jarcasting.com/artifacts/se.emilsjolander.stickylistheaders/library/
implementation ("se.emilsjolander.stickylistheaders:library:2.1.0")
'se.emilsjolander.stickylistheaders:library:aar:2.1.0'
<dependency org="se.emilsjolander.stickylistheaders" name="library" rev="2.1.0">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='se.emilsjolander.stickylistheaders', module='library', version='2.1.0')
)
libraryDependencies += "se.emilsjolander.stickylistheaders" % "library" % "2.1.0"
[se.emilsjolander.stickylistheaders/library "2.1.0"]