Download android-retrostreams-1.6.0.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.6.0 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.6.0.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials