f

fastadapter-extensions-expandable

Commons extension for the FastAdapter library. The bullet proof, fast and easy to use adapter library.
https://github.com/mikepenz/FastAdapter
The Apache Software License, Version 2.0
Mike Penz
Files download
File Operation
fastadapter-extensions-expandable-3.3.0.pom download
fastadapter-extensions-expandable-3.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mikepenz</groupId>
  <artifactId>fastadapter-extensions-expandable</artifactId>
  <version>3.3.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.mikepenz:fastadapter-extensions-expandable:3.3.0'
Gradle Kotlin
implementation("com.mikepenz:fastadapter-extensions-expandable:3.3.0")
Scala SBT
libraryDependencies += "com.mikepenz" % "fastadapter-extensions-expandable" % "3.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.mikepenz', module='fastadapter-extensions-expandable', version='3.3.0')
)
Apache Ivy
<dependency org="com.mikepenz" name="fastadapter-extensions-expandable" rev="3.3.0" />
Leiningen
[com.mikepenz/fastadapter-extensions-expandable "3.3.0"]
Apache Buildr
'com.mikepenz:fastadapter-extensions-expandable:jar:3.3.0'