is not current version
Last Version 2.0.1

com.twotoasters.SectionCursorAdapter:library 1.0.0

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

GroupId

GroupId

com.twotoasters.SectionCursorAdapter
ArtifactId

ArtifactId

library
Version

Version

1.0.0
Type

Type

aar

Download library 1.0.0


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