| License |
License |
|---|---|
| GroupId | GroupIdcom.twotoasters.SectionCursorAdapter |
| ArtifactId | ArtifactIdlibrary |
| Version | Version2.0.1 |
| Type | Typeaar |
| Description |
DescriptionSectionCursorAdapter
Android library which adds sections and fast scroll to CursorAdapter as an easily implementable feature.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| library-2.0.1.pom | |
| library-2.0.1.aar | 19 KB |
| library-2.0.1-sources.jar | 14 KB |
| library-2.0.1-javadoc.jar | 83 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.twotoasters.SectionCursorAdapter/library/ -->
<dependency>
<groupId>com.twotoasters.SectionCursorAdapter</groupId>
<artifactId>library</artifactId>
<version>2.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.twotoasters.SectionCursorAdapter/library/
implementation 'com.twotoasters.SectionCursorAdapter:library:2.0.1'
// https://jarcasting.com/artifacts/com.twotoasters.SectionCursorAdapter/library/
implementation ("com.twotoasters.SectionCursorAdapter:library:2.0.1")
'com.twotoasters.SectionCursorAdapter:library:aar:2.0.1'
<dependency org="com.twotoasters.SectionCursorAdapter" name="library" rev="2.0.1">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.twotoasters.SectionCursorAdapter', module='library', version='2.0.1')
)
libraryDependencies += "com.twotoasters.SectionCursorAdapter" % "library" % "2.0.1"
[com.twotoasters.SectionCursorAdapter/library "2.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.android.support » support-v4 | jar | 20.0.+ |