MVN

net.sourceforge.streamsupport : android-retrostreams_all

Maven & Gradle

Sep 20, 2021
109 stars

net.sourceforge.streamsupport:android-retrostreams · Backport of Java 9 java.util.stream API for Android Studio 3.0 desugar toolchain, forked from http://sourceforge.net/projects/streamsupport

<dependency>
    <groupId>net.sourceforge.streamsupport</groupId>
    <artifactId>android-retrostreams_all</artifactId>
    <version>1.7.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.streamsupport : android-retrostreams_all to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.4

All Versions

Choose a version of net.sourceforge.streamsupport : android-retrostreams_all to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
android-retrostreams_all-1.7.4
android-retrostreams_all-1.7.3.2

How to add a dependency to Maven

Add the following net.sourceforge.streamsupport : android-retrostreams_all maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.streamsupport</groupId>
    <artifactId>android-retrostreams_all</artifactId>
    <version>1.7.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.streamsupport : android-retrostreams_all gradle dependency to your build.gradle file:

implementation 'net.sourceforge.streamsupport:android-retrostreams_all:1.7.4'

Gradle Kotlin DSL: Add the following net.sourceforge.streamsupport : android-retrostreams_all gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.streamsupport:android-retrostreams_all:1.7.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.streamsupport : android-retrostreams_all sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.streamsupport" % "android-retrostreams_all" % "1.7.4"