Files download
File Operation
EasyRecyclerViewAdapter-2.1.1.pom download
Apache Maven
<dependency>
  <groupId>com.github.kaxi4it</groupId>
  <artifactId>EasyRecyclerViewAdapter</artifactId>
  <version>2.1.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.kaxi4it:EasyRecyclerViewAdapter:2.1.1'
Gradle Kotlin
implementation("com.github.kaxi4it:EasyRecyclerViewAdapter:2.1.1")
Scala SBT
libraryDependencies += "com.github.kaxi4it" % "EasyRecyclerViewAdapter" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.kaxi4it', module='EasyRecyclerViewAdapter', version='2.1.1')
)
Apache Ivy
<dependency org="com.github.kaxi4it" name="EasyRecyclerViewAdapter" rev="2.1.1" />
Leiningen
[com.github.kaxi4it/EasyRecyclerViewAdapter "2.1.1"]
Apache Buildr
'com.github.kaxi4it:EasyRecyclerViewAdapter:jar:2.1.1'