Download android-retrostreams-1.5.6.jar file - Jar a

Jar examples for a:android-retrostreams

Description

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

You can download jar file android-retrostreams 1.5.6 in this page.

License

GNU General Public License, version 2, with the Classpath Exception

Build File

You can use the following script to add android-retrostreams-1.5.6.jar to your project.

<dependency>
   <groupId>net.sourceforge.streamsupport</groupId>
   <artifactId>android-retrostreams</artifactId>
   <version>1.5.6</version>
</dependency>
compile group: 'net.sourceforge.streamsupport', name: 'android-retrostreams', version: '1.5.6'
libraryDependencies += "net.sourceforge.streamsupport" % "android-retrostreams" % "1.5.6"
<dependency org="net.sourceforge.streamsupport" name="android-retrostreams" rev="1.5.6"/>
@Grapes(@Grab(group='net.sourceforge.streamsupport', module='android-retrostreams', version='1.5.6'))
'net.sourceforge.streamsupport:android-retrostreams:jar:1.5.6'

Download

Click the following link to download the jar file.

android-retrostreams-1.5.6-javadoc.jar
android-retrostreams-1.5.6-sources.jar
android-retrostreams-1.5.6.jar
android-retrostreams-1.5.6.pom



Related Tutorials