a

android-retroflow

Backport of Java 9 (JEP 266) reactive-streams Flow and SubmissionPublisher API for Android Studio 3.0 desugar toolchain, forked from https://sourceforge.net/projects/streamsupport
http://github.com/retrostreams/android-retroflow/
GNU General Public License, version 2, with the Classpath Exception
Stefan Zobel
Files download
File Operation
android-retroflow-1.6.3.jar download
android-retroflow-1.6.3.pom download
android-retroflow-1.6.3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.streamsupport</groupId>
  <artifactId>android-retroflow</artifactId>
  <version>1.6.3</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.streamsupport:android-retroflow:1.6.3'
Gradle Kotlin
implementation("net.sourceforge.streamsupport:android-retroflow:1.6.3")
Scala SBT
libraryDependencies += "net.sourceforge.streamsupport" % "android-retroflow" % "1.6.3"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.streamsupport', module='android-retroflow', version='1.6.3')
)
Apache Ivy
<dependency org="net.sourceforge.streamsupport" name="android-retroflow" rev="1.6.3" />
Leiningen
[net.sourceforge.streamsupport/android-retroflow "1.6.3"]
Apache Buildr
'net.sourceforge.streamsupport:android-retroflow:jar:1.6.3'