S

SlimAdapter

SlimAdapter is a tiny library for fast creating adapters for RecycleView.
https://github.com/GErP83/SlimAdapter
WTFPL
Gabor Lengyel
Files download
File Operation
SlimAdapter-1.08.pom download
SlimAdapter-1.08-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.gerp83</groupId>
  <artifactId>SlimAdapter</artifactId>
  <version>1.08</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.gerp83:SlimAdapter:1.08'
Gradle Kotlin
implementation("com.github.gerp83:SlimAdapter:1.08")
Scala SBT
libraryDependencies += "com.github.gerp83" % "SlimAdapter" % "1.08"
Groovy Grape
@Grapes(
  @Grab(group='com.github.gerp83', module='SlimAdapter', version='1.08')
)
Apache Ivy
<dependency org="com.github.gerp83" name="SlimAdapter" rev="1.08" />
Leiningen
[com.github.gerp83/SlimAdapter "1.08"]
Apache Buildr
'com.github.gerp83:SlimAdapter:jar:1.08'