f

fastadapter

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