c

cwac-endless

Provides the EndlessAdapter, a wrapper for an existing ListAdapter that adds "endless list" capability.
http://commonsware.com/cwac
Apache Software License 2.0
Mark Murphy
文件下载
文件名 操作
cwac-endless-1.2.0.pom 下载
cwac-endless-1.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.cwac</groupId>
  <artifactId>cwac-endless</artifactId>
  <version>1.2.0</version>
  <type>apklib</type>
</dependency>
Gradle Groovy
implementation 'com.github.cwac:cwac-endless:1.2.0'
Gradle Kotlin
implementation("com.github.cwac:cwac-endless:1.2.0")
Scala SBT
libraryDependencies += "com.github.cwac" % "cwac-endless" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.cwac', module='cwac-endless', version='1.2.0')
)
Apache Ivy
<dependency org="com.github.cwac" name="cwac-endless" rev="1.2.0" />
Leiningen
[com.github.cwac/cwac-endless "1.2.0"]
Apache Buildr
'com.github.cwac:cwac-endless:jar:1.2.0'