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

com.twotoasters.SectionCursorAdapter:library 2.0.0

Android library which adds sections and fast scroll to CursorAdapter as an easily implementable feature.

Группа

Группа

com.twotoasters.SectionCursorAdapter
Идентификатор

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

library
Версия

Версия

2.0.0
Тип

Тип

aar

Скачать library 2.0.0


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