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