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