не последняя версия
Последняя версия 2.1.0

se.emilsjolander.stickylistheaders:library 2.0.1

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.

Группа

Группа

se.emilsjolander.stickylistheaders
Идентификатор

Идентификатор

library
Версия

Версия

2.0.1
Тип

Тип

aar

Скачать library 2.0.1


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