Download streamsupport-1.4.1.jar file - Jar s

Jar examples for s:streamsupport

Description

streamsupport is a backport of the Java 8 java.util.function (functional interfaces) and java.util.stream (streams) API for users of Java 6 or 7 and Android developers

You can download jar file streamsupport 1.4.1 in this page.

License

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

Build File

You can use the following script to add streamsupport-1.4.1.jar to your project.

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

Download

Click the following link to download the jar file.

streamsupport-1.4.1-javadoc.jar
streamsupport-1.4.1-sources.jar
streamsupport-1.4.1.jar
streamsupport-1.4.1.pom



Related Tutorials