a

android-retrostreams

Backport of Java 9 java.util.stream API for Android Studio 3+ desugar toolchain, forked from http://sourceforge.net/projects/streamsupport
http://github.com/retrostreams/android-retrostreams/
GNU General Public License, version 2, with the Classpath Exception CC0 1.0 Universal
Stefan Zobel
Files download
File Operation
android-retrostreams-1.7.4.jar download
android-retrostreams-1.7.4.pom download
android-retrostreams-1.7.4-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.streamsupport</groupId>
  <artifactId>android-retrostreams</artifactId>
  <version>1.7.4</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.streamsupport:android-retrostreams:1.7.4'
Gradle Kotlin
implementation("net.sourceforge.streamsupport:android-retrostreams:1.7.4")
Scala SBT
libraryDependencies += "net.sourceforge.streamsupport" % "android-retrostreams" % "1.7.4"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.streamsupport', module='android-retrostreams', version='1.7.4')
)
Apache Ivy
<dependency org="net.sourceforge.streamsupport" name="android-retrostreams" rev="1.7.4" />
Leiningen
[net.sourceforge.streamsupport/android-retrostreams "1.7.4"]
Apache Buildr
'net.sourceforge.streamsupport:android-retrostreams:jar:1.7.4'
Dependencies
The project has no third-party dependencies